+ Reply to Thread
Results 1 to 3 of 3

select adjustment tab in cell format dialog

  1. #1
    x taol
    Guest

    select adjustment tab in cell format dialog



    i want to select(focus) 'adjustment' tab in cell format dialog(ctrl+1)
    using sendkey method only.


    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Norman Jones
    Guest

    Re: select adjustment tab in cell format dialog

    Hi X Taol,

    I am not sure which tab you want, but it should be possible to display the
    required tab by using the dialogs collection, without recourse to SendKeys,

    For example, if by 'adjustment tab' you mean the alignment tab, try:

    Application.Dialogs(xlDialogAlignment).Show

    The other tabs can each be accessed with one of the following instructions:

    Application.Dialogs(xlDialogFormatNumber).Show
    Application.Dialogs(xlDialogFormatFont).Show
    Application.Dialogs(xlDialogBorder).Show
    Application.Dialogs(xlDialogPatterns).Show
    Application.Dialogs(xlDialogProtectDocument).Show


    ---
    Regards,
    Norman



    "x taol" <tomi3440@yahoo.com> wrote in message
    news:%23iyKb2uHGHA.2212@TK2MSFTNGP15.phx.gbl...
    >
    >
    > i want to select(focus) 'adjustment' tab in cell format dialog(ctrl+1)
    > using sendkey method only.
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




  3. #3
    x taol
    Guest

    Re: select adjustment tab in cell format dialog


    thanks, but i want to do like that, because ctrl+z. namely undo
    function.
    sendkey is operated undo function. but your answer is not...


    *** Sent via Developersdex http://www.developersdex.com ***

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1