Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Morning All,
Is this the quickest, and only way, of making all sheets in an activeworkbook values only: For Each mySheet In ActiveWorkbook.Worksheets With mySheet .Range("A1:BZ2000").Value = .Range ("A1:BZ2000").Value End With Next mySheet Will it be quicker and take up less memory if I SET the activebook into an object variable? Any help appreciated Jason. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
making changes to existing sheets | New Users to Excel | |||
making changes to all sheets in a workbook | Excel Discussion (Misc queries) | |||
Making sheets with a macro | Excel Programming | |||
Making sheets visible / hidden | Excel Programming | |||
Making a function available in all sheets | Excel Programming |