+ Reply to Thread
Results 1 to 5 of 5

I cant any changes on excel file that opening by my userform

Hybrid View

nekooee I cant any changes on excel... 03-04-2015, 01:30 PM
jaslake Re: I cant any changes on... 03-04-2015, 01:43 PM
jaslake Re: I cant any changes on... 03-05-2015, 11:14 AM
nekooee Re: I cant any changes on... 03-05-2015, 11:46 AM
jaslake Re: I cant any changes on... 03-05-2015, 03:14 PM
  1. #1
    Registered User
    Join Date
    03-03-2015
    Location
    iran
    MS-Off Ver
    2013
    Posts
    5

    I cant any changes on excel file that opening by my userform

    Hi my dear's
    Why when I opening any excel file by my userform I cant any change on it.even print or change the cells data
    Please helpe me.I cant speak English currectly

  2. #2
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: I cant any changes on excel file that opening by my userform

    Hi nekooee

    Change your Code for opening the Form to
    UserForm1.Show vbModeless
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  3. #3
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: I cant any changes on excel file that opening by my userform

    You're welcome...glad I could help.

    If this resolves your issue please mark your Thread as SOLVED.

    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:
    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  4. #4
    Registered User
    Join Date
    03-03-2015
    Location
    iran
    MS-Off Ver
    2013
    Posts
    5

    Re: I cant any changes on excel file that opening by my userform

    Thank you for your answer
    with your answer solved my problem about change data, but when I open the form by this code After the Excel file is opened by my userform and when close the excel file userForm closes too.i use this code in workbook_activate "mainuserform.show vbmodeless" but i want when activate my excel file my userForm Equally ago display.(for example i use the multipage on form and i want open the page 3)sooth when open main excel file opens page 1 of multipage or if is possible not close my userform.
    thanks and best regards

  5. #5
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: I cant any changes on excel file that opening by my userform

    Hi Hi nekooee

    If I understand your issue, place the Code in the ThisWorkbook Module

    Option Explicit
    
    Private Sub Workbook_Open()
       mainuserform.Show vbModeless
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Opening excel file showing userform
    By Paul Cherian in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-10-2014, 08:16 AM
  2. Opening an Excel file from a Userform
    By assertec@aapt.net.au in forum Excel General
    Replies: 2
    Last Post: 03-25-2014, 09:46 PM
  3. Working on userform without opening relavent excel file.
    By ebin charles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2010, 02:15 AM
  4. [SOLVED] Opening an Excel file from a Userform
    By assertec@aapt.net.au in forum Excel General
    Replies: 7
    Last Post: 03-06-2006, 11:10 AM
  5. Opening an Excel file from a Userform
    By assertec@aapt.net.au in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-04-2006, 01:00 AM

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