Replies to Msg. #924322
.
 Msg. #  Subject Posted by    Board    Date   
02641 Re: Excel Macros
   BAP, you are looking for the offset function, Google that and it s...
Vgolfmaster   F@H   20 Mar 2015
8:45 AM
02640 Re: Eye
   BAP - the gas bubble is just contained inside the eyeball itself. I'm...
new_sun_rising   F@H   19 Mar 2015
4:03 AM

The above list shows replies to the following message:

Re: Excel Macros

By: BigApplePi in F@H
Wed, 18 Mar 15 8:39 PM
Msg. 02639 of 02753
(This msg. is a reply to 02638 by new_sun_rising)
Jump to msg. #  

NewSunR. Gas bubble? What keeps the gas from escaping? Is it encapsulated or does the back of the eye just hold it?

Excel. Row duplication code worked when I removed code specific to a particular cell.

Moving the cursor over is the problem. I can't read the code because I don't understand it enough to modify it to move the cursor to the right.

Here is what happens when I put the cursor on row 1820. I record with moving the cursor to column D. The code says, Range("D1820").Select. That is good. But when I try out row 1824, it moves the cursor back to D1820. I want it to go to D1824. Changing the code to D$1820 doesn't work.


BAP