Questions tagged [ms-forms]
48 questions
2
votes
1 answer
Javascript Check if MS Form in Iframe was submitted
I have a Web based Training where we'd like to embed an MS-Form as an Iframe into a page and via Javascript would like to enable the next page when the user has submitted the form.
Is there any way possible to check if the MS-Form inside the iframe…

Brunonen
- 21
- 3
2
votes
1 answer
Microsoft Power Automate "Switch" - Action not matching Case results
I have a flow with a switch control triggered by a form, where the switch depends on the answer to one of the questions (Single Choice + "Other" with an empty space, hence the "Default" case).
There is also Compose action to replace spacing before…

JoaoPeres
- 21
- 3
2
votes
1 answer
How to create MSForms ListBox in Worksheet using VBA?
I'm trying to create a list box of the type MSForms.ListBox programmatically using VBA.
I can't do it with Set ListBox = New MSForms.ListBox because it throws the compile error: Invalid use of the New keyword.
In the code below when I create an…

user7393973
- 2,270
- 1
- 20
- 58
1
vote
1 answer
Is there a way to remove the calendar from date questions in Microsoft forms?
I have a Microsoft form that I am sending out to clients. I've gotten feedback that the calendar in the date-based questions is confusing and hard to work with. Is there a way to remove the calendar from date-based questions in Microsoft forms? I…

mkelley
- 105
- 5
1
vote
1 answer
Error using "MSForms.Control" type of variable
I have been trying to run this code to get the caption of each control (a combobox in this example) on my form. But it keeps telling me "type mismatch". Please help. Thank you.
Private Sub Command266_Click()
Dim ctrl As MSForms.Control
Dim x…

Mowaffak Bakkar
- 37
- 7
1
vote
2 answers
How to return 0 if blank
I'm trying to ignore blank values, the below code takes dropdown.value which is a string, then look up that value and pull a number next to it in a different table.
The code works if all dropdowns are populated, but when one is empty it shows an…

Tom TK
- 65
- 9
1
vote
0 answers
How to style html input elements (radio buttons and ckeck-boxes) for print out of Microsoft Forms
I use Microsoft Forms for assessing my students online.
I then need to print out (can't be digital) each single result to correct them and send the back.
However, the radio buttons and check boxes have a very poor contrast, so you can hardly see…

user2093630
- 11
- 3
1
vote
0 answers
How do I stop VBA userforms from extending beyond the window?
I am creating userforms in Excel. Every userform seems to extend 1-2 pixels too far to the right and bottom. Each form covers the 1 pixel black border surrounding each window, and it looks ugly. How can I stop all my userforms from extending too far…

OddButter
- 11
- 1
1
vote
0 answers
How to automate process using MS Power Automate
I have a process give below
1.user fills up the form with the attached files.
2.Based on the attached file, analyst will do the analysis and send it for approval
3.Approver will approve and send it back to analyst
4.Analyst will close the case and…

User_powerBI
- 73
- 6
1
vote
2 answers
Embedding MS Form iframe scrolling="no" does not work
I am trying to embedthis MS Form into SquareSpace but I get 2 scroll bars in the page (one for browser and one for this form).
1
vote
1 answer
Passing variables to MS Forms IFRAME
I have a MSForms IFRAME like below to which i want to pass variables:
0
votes
0 answers
Embedding Microsoft Forms with "Only people in my organization can respond" set: works in Chrome, but not in Safari and others
I have a Microsoft Form, where Only people in my organization can respond.
Now I want to embed this form via the embed link in a webpage, that is accessible for people in my organization.
In Chrome, that works just fine. But in Safari and other…

aknott
- 195
- 3
- 11
0
votes
0 answers
how can i fix (Unit etcd.service does not exist) this
i try to access service apache2 status but i can not because of (Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: disabled)
Active: inactive (dead) **this**
i am tying to access msfvenom and if any one know the…

kaleal
- 1
0
votes
0 answers
Auto Increase in Excel Formula when a Microsoft Form is filled
I have created a form in MS Excel, which automatically populates a file in my OneDrive Business. So for Example when ever someone will fills out the form it will populate a row in an excel sheet (this is a feature of Microsoft). The responses from…

mkumars
- 501
- 3
- 9
- 19
0
votes
0 answers
Split multiple choice answers (MS Forms) to separate columns in Excel with Power Automate
It seems that this has already been explained but I'm pretty new to Power Automate and couldn't understand the answers...
I created a form with single choice and multiple choices questions and would like Power Automate to automatically split the…

Melanie
- 1
- 1