• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Excel Form

Hi All,

Wish you a very Happy New Year!!

I need to update a big excel using form, user should not directly enter into excel, instead he should be able to edit/add using a form, As this is a big excel user form not possible? Is there any other options like in MS-Access we have Form wizard.

Sample excel attached.

Plz. help

Thanks and regards
 

Attachments

  • LOCATION DATA_data_GP4544.xlsx
    70.7 KB · Views: 8
For something like that I would use MS Access. If lots of users need to use it you can always distribute Microsoft Access Runtime to the users and link it all up.
 
You can with a VB script but its not advised as the code hides the application and if it crashes before unhiding the application the user's current and future Excel instance will remain hidden until someone goes into the VB console and resets it to True
 
Hi !​
Code:
Sub Macro1()
'
' Macro recorded by The Noob Simulator
'

    Sheet2.Activate
    Sheet1.ShowDataForm
End Sub
Do you like it ? So thanks to click on bottom right Like !
 
How are the numbers in the Red subtotal lines calculated?
They are not averages or length weighted averages that I can see?
 
Back
Top