Search:

Type: Posts; User: dkesar

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    993

    VBA Code for User Form

    I need help with setting up user form properties. I have calendar form and when I set properties form initializes just fine showing Month and Year as a title, drop down menus for Month and Year, day...
  2. Replies
    1
    Views
    864

    macro to hide and unhide columns and rows

    I need help creating macro which will upon execution hide rows in range 29:45 and 48:52 in Sheet1 and columns C, F and T in sheets 2 and 3. Any help appreciated

    ...
  3. Replies
    1
    Views
    4,117

    Add to above

    ..and I have forgot to mention below code is present in RibbonModule in order to load ribbon


    Option Explicit

    Dim Rib As IRibbonUI
    Dim MyTag As String

    Sub RibbonOnLoad(ribbon As IRibbonUI)...
  4. Replies
    1
    Views
    4,117

    RibbonX Custom Tab to show up upon opening

    I have created a ribbon from scratch and all is fine. Only two tabs and each called depending on a active worksheet. My only problem is ribbon does not show up when doc opens. No errors. I have to...
Results 1 to 4 of 4