LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default referencing a checkbox cell address in a worksheet

Demo'd from the immediate window:

set rng = ActiveSheet.Checkboxes("Check Box 1").TopLeftCell
? rng.Address
$H$6

--
Regards,
Tom Ogilvy


"Erik Andreassen" wrote in
message ...
Hi,

I was wondering if anyone knew how to referece the cell address of a
checkbox on a worksheet. I know it is possible with ActiveX checkboxes,
using the TopLeftCell property, but I need something similar for MSForm
objects. I have a macro that needs to lock the checkboxes from change if

a
user has made a selection over them.

Thanks!



 
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
referencing a cell in another worksheet Shannan Excel Discussion (Misc queries) 5 December 22nd 09 07:00 PM
Referencing a cell address in the Offset formla Highlystrung Excel Worksheet Functions 3 November 13th 08 09:42 PM
Referencing Checkbox Names Chad Excel Worksheet Functions 1 July 18th 08 11:28 PM
Referencing the same cell address while copying a formula exceltyro Excel Worksheet Functions 2 May 23rd 07 04:26 PM
Referencing another worksheet via a cell [email protected] Excel Worksheet Functions 2 October 31st 06 07:22 PM


All times are GMT +1. The time now is 06:07 PM.

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"