Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A1").End(xlDown).Select
When I run a macro including this line everything normally works perfect. That means the last cell is selected and the window scrolls to the actual position. However, I now have a problem with a macro where only the range is selected but the window does not scroll to the position no matter where the position is. I do not get any error messages. The line in question is the very last line of my macro. Does someone have an idea what can cause the problem and is there anything I can do to improve the macro line? Regards, Kaj Pedersen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have figured out the problem. In the first place I was not aware that I had the line "Application.ScreenUpdating = False" among hundreds of lines. I think the line came from partial recording of the macro. Kaj Pedersen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Pause for selecting cell | Excel Discussion (Misc queries) | |||
macro selecting row that cursor is on (not the same cell every tim | Excel Discussion (Misc queries) | |||
Help for Macro: Finding last cell and selecting it | Excel Discussion (Misc queries) | |||
Data Validation does not work when selecting another cell. | Excel Discussion (Misc queries) | |||
selecting a cell relative to activecell in an excel macro | Excel Programming |