resizing macro

  • Thread starter Thread starter casadegeorge
  • Start date Start date
C

casadegeorge

I'm using a macro to import information into another file, and when I do
this the cell in the file that I'm importing the information to resizes
itself. Can I stop this? Also, can I tell the macro to put the
information in a transending order?

Please help!
 
I don't know why the cell is getting resized, but couldn't you just sort the
data (in code) after you've pasted it in?

You could record a macro to get the basic code.
 
Back
Top