I have a VBA macro which produces a status report from a bunch of figures & reports. The outcome is 1 reporting sheet and then I use the line
Worksheets("Final"
.UsedRange.Copy
to copy to the clipboard, the idea being to make it available to paste into Lotus Notes.
The problem is it is still formatted when I paste. I want it to paste unformatted text, rather than the user having to use the paste special command.
Any ideas appreciated.
Worksheets("Final"
to copy to the clipboard, the idea being to make it available to paste into Lotus Notes.
The problem is it is still formatted when I paste. I want it to paste unformatted text, rather than the user having to use the paste special command.
Any ideas appreciated.