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…
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…
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…
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).