View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BillShut BillShut is offline
external usenet poster
 
Posts: 3
Default Copy to windows clipboard

I want a macro that searches for data by finding a cell value and
choosing the data one cell to the right and copying it so I can paste
it in another program. I needs to pause while I switch to the other
program(s).

Then it will continue and go to another spot where I will look for
more data. This is harder because I don't know which cells are used.
That is in the Excel form the comment area has several cells and
people use different ones.

Can I do this, and can I call another macro after that.

Thanks so much.

Bill