![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I don't know it can do or not ,if Activecell is Range F7 and I move to Range EE101 How Can I make Macro to go back to F7.
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi
Try this Set x = ActiveCell Range("EE101").Select. Range("EE101").Value = 777 x.Select End Sub If your active cell is F7 the code will select EE101, insert 777 then return to F7 Hope this helps regards Derek |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Yes!!!!! Like that What I want, Big Thanks.....Guy
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|