Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could anyone tell me why the code below "Deletes A1 and moves the cells up 1"?
I'm at a loss to know why this is happening. Firstly I searched to see if there are any object on sheet (Find-Go to Spectal-Objects) and there aren't any, I run the code below anyway and above happens (which has the effect of distorting the layout of my sheet). I would except if no objects, it doesn't do anything Sub ClearObjects() Application.ScreenUpdating = False Sheets("Sheet1").Visible = True Sheets("Sheet1").Select ActiveSheet.DrawingObjects.Select Selection.Delete Range("A1").Select End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Sum not working correctly | Excel Worksheet Functions | |||
If function not working correctly | Excel Discussion (Misc queries) | |||
Hyperlink not working correctly | Excel Discussion (Misc queries) | |||
Macro not working correctly | Excel Programming | |||
VBE Window not working correctly | Excel Programming |