Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Works ok with the suggested revisions, Jim !
Many thanks for your assistance .. -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Jim Cone" wrote in message ... Max, You can't select cells on a sheet unless it is the active sheet. The good news is that you don't need to select them. Change from... sht.Cells.Select With Selection Change to... With sht.Cells '------------- You haven't got to it yet but do the same thing with... s.Range("A1").Select Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, Change to... s.Range("A1").PasteSpecial Paste:=xlValues, Operation:=xlNone, I have not tested any of this, that's up to you. <g Regards, Jim Cone |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting rows affecting formulas on other wkshts | Excel Worksheet Functions | |||
Hide and lock cell formulas without affecting Macro? | Excel Discussion (Misc queries) | |||
Zoom Level Affecting Formatting | Excel Discussion (Misc queries) | |||
kill formatting brought over from reports | Excel Discussion (Misc queries) | |||
HELP!! Cannot set any sheets to visible | Excel Programming |