2 questions -Macro Command & Paste Problem


Posted by Judy on September 26, 2001 10:27 AM

Number 1
I usually just record macros. I need to go to the end of a list then down one more row. When I record it just says to select and names the cell. The next blank cell will not always be in the same place. So I need to tell the curser to just go down one row.

Number 2
I play a lot with excel trying to make it do things. I do not know how I did this. When I do a copy and paste this happens. When i select paste a window opens up like I am trying to save a file. Sometimes I say cancel and the paste continues a few times I have had to close excel to get out of it. I am linked to another workbook to get info for this workbook and I think that has something to do with it. HELP

Posted by Juan Pablo on September 26, 2001 11:21 AM

To go to the first available row put this in your code:

Range("A65536").End(xlUp).Offset(1).Activate

Don't know about this..

Juan Pablo

------------------

Posted by JUDY on September 27, 2001 9:44 AM



Posted by JUDY on September 27, 2001 9:44 AM

Thank Juan it worked!!!