View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default VBA for InputBox-Like CheckBox

You can design your own userform and make anything you like.

Rob wrote:

That just happens to be exactly what I ended up resorting to. I just wished
there was a way to customize the text that shows up on the MsgBox Buttons. :?

Rob

"Dave Peterson" wrote:

I'm not sure what you're doing, but maybe you could use a msgbox and just ask a
yes/no question????

Rob wrote:

I was wondering if there is a way to call for a Check Box via VBA just like
you can call a InputBox?

Instead of -- WhatAnswer = Inputbox (Input Your Answer)

Maybe WhatAnswer = CheckBox ()???

I have a feeling the answer is no but can someone make it official or
describe how I can do this?

Thanks Much,
Rob


--

Dave Peterson


--

Dave Peterson