Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
I'm using Excel 2003 and VBScript. I'm trying to change formats of specific columns. I get an error of "missing Object" with the objRange. Is this the way to do it? Set objRange = objWorksheet.Columns("D:E").Select objRange.NumberFormat = "0.0000" Set objRange = objWorksheet.Columns("B:B").Select objRange.NumberFormat = "[$-1010409]d/m/yyyy h:mm;@" Set objRange = objWorksheet.Cells("D1").Select objRange.FormulaR1C1 = "=RC[-2]" Set objRange = objWorksheet.Range("D").Select objRange.FillDown Thanks for any help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the position of the columns in an Excel format? | Excel Discussion (Misc queries) | |||
Selecting different multiple columns | Excel Worksheet Functions | |||
Selecting many specific columns for a chart | Charts and Charting in Excel | |||
selecting columns in a worksheet | Excel Worksheet Functions | |||
Both columns change when I format only one column (A) | New Users to Excel |