Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are the last 2 statements equivalent?
Dim oReportSheet As Worksheet oReportSheet = Worksheets.Add oReportSheet.Range(Cells(1, 1), Cells(1, 7)).Columns.EntireColumn.AutoFit Range(oReportSheet.Cells(1, 1), oReportSheet.Cells(1, 7)).Columns.EntireColumn.AutoFit What if the oReportSheet sheet weren't active. Would that matter? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need qualifier statement | Excel Worksheet Functions | |||
Invalid Qualifier | Excel Programming | |||
IF function using a dates as the qualifier.. | Excel Worksheet Functions | |||
Invalid Qualifier??? | Excel Programming |