Ok I have this data entry form that i down loaded from contextures and it will work well for my use I think, I have changed the positioning a little bit from the original lay out so I can add more imput areas. However for the life of me I can not figure out how to get the VBA to work and can not find the specific VBA sheet they refer to to add the additional areas. on their website https://www.contextures.com/exceldat...pdateform.html
they say
"If you need more input areas, follow the steps below, and use the setup and naming structure for the existing input areas as a guide. In this example, a third input area is being added:
Input sheet: Create new input cells, and name that range as InputC
PartsData sheet: Add columns for new fields
Input Links sheet, add cells in row 4, copy formulas across in rows 5, 6, 9
Adjust the InputCopy named range to include the new formula cells
SelRecordLinks sheet, set up formulas for new input range (use same cells as on Input sheet)
Name the value cells as SelValC
In the code (Alt+F11), add lines for new input area (InputC), wherever there is code for InputA and InputB. To find them, press Ctrl+F, to open the Find window, Find: InputA, Search: Current Project. Then, copy the line for InputB, paste, and change to InputC."
this is the original book i downloaded, https://www.contextures.com/vbasampl...tdel_alert.zip
I have attached the workbook i am trying to alter.
Please let me know what I am doing wrong.
Sincerly
Brad.
Crossposted here: https://www.mrexcel.com/board/thread...-find.1175690/
Bookmarks