snowmantle
Programmer
How do i export text from selected cells in an Excel sheet into a newly created word document using a macro or subroutine?
Trying to do the below where 'value' is text in Excel or maybe if poss text in a separate word document that can be copied to the new word doc:
Key: [cell,value]
[A1, "You have selected option one"]
[B1, checkboxOptionOne]
[A2, "You have selected option two"]
[B2, checkboxOptionTwo]
If B1 is checked then the text in A1 is displayed otherwise hidden, the same goes for B2.
So basically have a list of options to tick and then once all options are selected a button to put all the text into a single word document.
Trying to do the below where 'value' is text in Excel or maybe if poss text in a separate word document that can be copied to the new word doc:
Key: [cell,value]
[A1, "You have selected option one"]
[B1, checkboxOptionOne]
[A2, "You have selected option two"]
[B2, checkboxOptionTwo]
If B1 is checked then the text in A1 is displayed otherwise hidden, the same goes for B2.
So basically have a list of options to tick and then once all options are selected a button to put all the text into a single word document.