R
ryanvanh
Currently I'm using an Excel macro that runs reports from an Access for
that get outputted to an excel spreadsheet. My problem is when runnin
these reports if I copy or paste anywhere in Windows the report i
completely invalid. Whatever I was trying to copy gets thrown into th
report and I end up with a large chunk of the data from the report whe
I try to paste. I've looked around and haven't found a way to use
data object since I bring over ranges and other variables that hav
formatting, ect. info in them and the data objects only accept text.
Is there any VB code I could include in the macro that would copy to
private clipboard or a created clipboard with all of the functionalit
of the windows clipboard? If not is there any way to include some cod
in the macro to lock the clipboard while it is in use?
Thanks in advanc
that get outputted to an excel spreadsheet. My problem is when runnin
these reports if I copy or paste anywhere in Windows the report i
completely invalid. Whatever I was trying to copy gets thrown into th
report and I end up with a large chunk of the data from the report whe
I try to paste. I've looked around and haven't found a way to use
data object since I bring over ranges and other variables that hav
formatting, ect. info in them and the data objects only accept text.
Is there any VB code I could include in the macro that would copy to
private clipboard or a created clipboard with all of the functionalit
of the windows clipboard? If not is there any way to include some cod
in the macro to lock the clipboard while it is in use?
Thanks in advanc