View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Optional Variant

Optional means that you don't need to use it.

Variant means that if you do, you'll want to pass a variable that's a variant

You may get a better answer (you won't get one worse!) if you share the line
that you're reviewing.

Desert Piranha wrote:

Hi all,

I have looked at help etc, but nothing there i can undestand.

Can i get some info on what is 'Optional Variant" in connection with
CommandBars?

What does it do?

Pros and cons?

--
Desert Piranha

------------------------------------------------------------------------
Desert Piranha's Profile: http://www.excelforum.com/member.php...o&userid=28934
View this thread: http://www.excelforum.com/showthread...hreadid=574363


--

Dave Peterson