Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zedutch17

    Changing an array on a sheet from a form

    How can I define an array in a sheet so that I can change it through a form. For example, I have typing this in the code for the sheet: Dim MyFormsShown(18) As Boolean And this in the code for the form: If event occurs Then Sheet1.MyFormsShown(2) = False End If This did not work...

Part and Inventory Search

Back
Top