Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me why this fails
Sub SizeAndFormat(ws As Worksheet) With ws.Columns("D:D") .ColumnWidth = 12 .Font.Size = 8 .Style = "Currency" - This Line fails 'other code... end sub There is not an error code associated. The code just exits the function and returns to its' calling point. If I comment out this line, everything else works. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
failure to update conditional formatting | Excel Worksheet Functions | |||
vlookup failure & ctrl-f failure? | Excel Discussion (Misc queries) | |||
add in failure | Excel Programming | |||
Error Method Cell of object global failure | Excel Programming | |||
If .,AND ... Then failure | Excel Programming |