Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that is protected and mostly locked. I do not have a
password. There is a merged range, I2:H2, where a user can manually input data. When I record a macro I get code like this: Range("H2:I2").Select ActiveCell.FormulaR1C1 = "456" or Range("H2:I2").Select Selection.ClearContents When I attempt to include this code in my VBA macro I get "Select method of Range class failed". So far nothing else I've tried works either. I can neither read nor write to the merged area from code. Is there anything I can do? John P.S. Anyone know how can I search all newsgroup message text using Opera? The quickfind only appears to search the message title. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merged cells - code glitch | Excel Discussion (Misc queries) | |||
Autofit Merged cell Code is changing the format of my merged cells | Excel Discussion (Misc queries) | |||
Changing the locked propery of merged cells. | Excel Programming | |||
Code doesn't work on merged cells | Excel Programming | |||
Code for autofit/merged cells doesn't work | Excel Programming |