I frequently need to copy the text from Excel spreadsheet's cells into other applications that do not use VBA.
The Customer's Name, Street Address, City, State, Phone Number, Email Address, etc. are all in different cells in the same worksheet.
The text then needs to be Pasted into another application using the Windows+V paste function.
I want to be able to create VBA code that will achieve the copying of each field into Windows Clipboard from one Button in Excel.
I have tried numerous methods, but the Windows Clipboard only contains blank values if more than one cell is selected and copied.
Please help!
Thanks
The Customer's Name, Street Address, City, State, Phone Number, Email Address, etc. are all in different cells in the same worksheet.
The text then needs to be Pasted into another application using the Windows+V paste function.
I want to be able to create VBA code that will achieve the copying of each field into Windows Clipboard from one Button in Excel.
I have tried numerous methods, but the Windows Clipboard only contains blank values if more than one cell is selected and copied.
Please help!
Thanks