Thread: Checkbox macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Checkbox macro

Hi Katie,

Probably need new code as you will want to do something different (Excel and
Word are different :-)).

What exactly do you want to do with the checkbox. With linking to a cell,
you might be able to get away without VBA.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Katie" wrote in message
ups.com...
Hi, I am trying to create a macro on an excel document for an option to
check a box. I have a macro created and stored in word for the same
function. Is there a way I can import that macro from word to excel or
do I need to re-create it? If I do need to re-create it, is VBA the
easiest way to do this?