Is it possible to create an 'input box' in VBA that can take a text selection with multiple lines as an input?
问题 I am trying to create a macro that will filter out relevant information from some selected text (smaller than a page long). This information will then be used to fill out a MS-Word template. I have been opening the selected texts via a .txt file however I feel it will improve workflow if it were possible to copy & paste the selected text into some form of an input box. I have tried the following: Dim text As String text = InputBox("Enter selected text here:") This however only accepts a