Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default making check boxes

how do i make check boxes
--

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default making check boxes

Format the font of a cell as Marlett, then enter a in the cell
--
Gary''s Student - gsnu200770


"bkunes" wrote:

how do i make check boxes
--

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default making check boxes

macro
--



"Gary''s Student" wrote:

Format the font of a cell as Marlett, then enter a in the cell
--
Gary''s Student - gsnu200770


"bkunes" wrote:

how do i make check boxes
--

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default making check boxes

Right from the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 2/27/2008 by James Ravenswood
'

'
Application.CommandBars("Forms").Visible = True
ActiveSheet.CheckBoxes.Add(98.25, 124.5, 24, 23.25).Select
Range("F7").Select
End Sub

--
Gary''s Student - gsnu200770


"bkunes" wrote:

macro
--



"Gary''s Student" wrote:

Format the font of a cell as Marlett, then enter a in the cell
--
Gary''s Student - gsnu200770


"bkunes" wrote:

how do i make check boxes
--

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default making check boxes

i decided to go with an if statement displaying the check mark u first
described, if true. however, i have a problem, how do i write a logic
statement to match
SC508-0001-67.81
and
SC508-0001-*?

SC508-0001-*?=SC508-0001-67.81 doesnt work how do i make this work

--



"bkunes" wrote:

how do i make check boxes
--



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default making check boxes

--i decided to go with an if statement displaying the check mark u first
described, if true. however, i have a problem, how do i write a logic
statement to match
SC508-0001-67.81
and
SC508-0001-*?

SC508-0001-*?=SC508-0001-67.81 doesnt work how do i make this work





"Gary''s Student" wrote:

Right from the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 2/27/2008 by James Ravenswood
'

'
Application.CommandBars("Forms").Visible = True
ActiveSheet.CheckBoxes.Add(98.25, 124.5, 24, 23.25).Select
Range("F7").Select
End Sub

--
Gary''s Student - gsnu200770


"bkunes" wrote:

macro
--



"Gary''s Student" wrote:

Format the font of a cell as Marlett, then enter a in the cell
--
Gary''s Student - gsnu200770


"bkunes" wrote:

how do i make check boxes
--

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
Making a Formula Contingent on Check Boxes [email protected] Excel Worksheet Functions 5 July 3rd 07 02:51 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
Do you have instructions for making check boxes? Renee Alborn Excel Worksheet Functions 1 January 25th 05 02:05 PM
Do you have instructions for making check boxes? RAlborn Excel Worksheet Functions 0 January 25th 05 01:49 PM


All times are GMT +1. The time now is 01:41 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"