LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Protecting merged cells via Macro

I should have used a With/End With...

With Range("mergedcells")
..Unmerge
..Locked = True
..Merge
End With

Ken Johnson

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Jim Rech's macro won't work (autofitting merged cells) Ron M. Excel Discussion (Misc queries) 4 March 2nd 06 05:07 PM
Macro Paste Special Merged Cells KC[_5_] Excel Programming 0 November 2nd 04 02:09 AM
Need macro to autofit height for merged cells FishMan123 Excel Programming 1 October 7th 04 01:00 AM
pasting into merged cells with a macro anyanka Excel Programming 2 February 27th 04 10:43 PM
Protecting merged cells Lee Excel Programming 0 October 4th 03 01:31 PM


All times are GMT +1. The time now is 02:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"