Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Simple code:
Sub CRSPPPMod() Dim Wksht As Worksheet Call Clean Set Wksht = ActiveSheet Wksht("Sheet1").Range("A8:AE1000").Select<----ERROR Selection.UnMerge End Sub Getting an "object does not support this property or method" error at marked line. I checked the Object Browser. I think it says that a worksheet can have a range, and a range can be selected. So how am I misinterpreting the OB? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unsupported methods for XL macro in IE | Excel Programming | |||
Unsupported object or method... | Excel Programming |