+ Reply to Thread
Results 1 to 2 of 2

alternative to TextBox1.Activate

  1. #1
    Registered User
    Join Date
    08-18-2004
    Posts
    97

    Question alternative to TextBox1.Activate

    Hi Forum

    Could you give a hand with the following:

    1. Worksheet with several TextBoxes from Controls Toolbar

    2. In order to jump between the TextBoxes used


    Please Login or Register  to view this content.
    3. Worsheet runs well protected but when Shared generates a error "Activate method of OLEObject failed"

    4. Debugging the code, found the activate from the TextBox is where the error occurs.
    5 Turn on the "Trust Access to Visual basic Project" but the bug remains.

    6. Is there a way to "jump" to the next TextBox using a method allowed in a shared environment?

    All ideas welcome and appreciated.

    Thanks

    Jose Luis

  2. #2
    Registered User
    Join Date
    08-18-2004
    Posts
    97
    Trying to found a solution I research that changing the textboxes to simple cells I can use
    Application.Goto Reference:=Sheets(1).Range("NameCell")

    Nevertheless, I would like to find a way to keep the Textbox Look and posibility of using their properties.

    All ideas welcome

    Thanks

    Joe Louis

    Quote Originally Posted by jose luis
    Hi Forum

    Could you give a hand with the following:

    1. Worksheet with several TextBoxes from Controls Toolbar

    2. In order to jump between the TextBoxes used


    Please Login or Register  to view this content.
    3. Worsheet runs well protected but when Shared generates a error "Activate method of OLEObject failed"

    4. Debugging the code, found the activate from the TextBox is where the error occurs.
    5 Turn on the "Trust Access to Visual basic Project" but the bug remains.

    6. Is there a way to "jump" to the next TextBox using a method allowed in a shared environment?

    All ideas welcome and appreciated.

    Thanks

    Jose Luis

+ 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