View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Get contents of editbox on RibbonX

Hi xp

I not try it with a editbox but it is also not easy with a dropdown
Maybe my dropdown file help you

See point 3 on this page
http://www.rondebruin.nl/ribbon.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"xp" wrote in message ...
I have an editbox on a custom tab on the ribbon. Its ID=txtPeriod and its
LABEL="Period:";

I have added a getText attribute in the XML and generated a CallBack.

How can I retrieve the current contents of the editbox using VBA? Please
note, not using the On_Change event trigger, I just want to get the current
contents right now...

Thanks much in advance.