Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default protection problems with 07

I have a ton of excel 03 forms that have code attached to a check box that
bolds the font in the cell to the right of the checkbox. here's the code

Sub Bold()
Dim CaseNum As String
CaseNum = Application.Caller
CaseNum = Right(CaseNum, 2)
Range("B" & CaseNum).Font.Bold = Range("A" & CaseNum).Value
End Sub

This works fine until I open the sheet in 07. The cell is protected in 03
with the "format cells" box checked. It works fine in 03. The sheet in 07
tells me that the cell is protected and stops the code. I have unprotected
the sheet and then reprotected it verifying that that box is checked but get
the same results.

Can anyone help m figure out this protection dilema?
Reply
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
Macro protection problems Joe M. Excel Discussion (Misc queries) 1 January 25th 10 09:10 PM
Problems with cell protection-Excel 2002 SP3 -charles- Excel Discussion (Misc queries) 0 July 21st 09 01:56 AM
Cell Protection Problems KLion Excel Discussion (Misc queries) 0 November 27th 07 09:01 PM
Command Button protection problems???? Chris Watson Excel Worksheet Functions 3 February 25th 06 03:24 PM
Protection problems Stuart[_5_] Excel Programming 0 June 8th 04 06:51 PM


All times are GMT +1. The time now is 05:23 AM.

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

About Us

"It's about Microsoft Excel"