Greetings,
I am somewhat new to userform objects and how best to structure elements within the userform etc to allow for smooth operations.
I have many textboxes, listboxes, a few buttons and whole lot of variables.
Let me describe the structure I am trying to build...
First, I have a workbook saved under the name "Start Client"
On Sheet1 of this I have one button.
The purpose of this button is to open a new workbook to hold information pertaining to a new client
This new workbook then needs to include a userform (which I would like to stay open when the workbook is open) as the basis of inputting information to be saved to the workbook. If possible I would like to have the userform be shown within a worksheet when the specific worksheet is open.
Additionally, the userform includes buttons which call other subroutines to perform actions like interacting with another workbook, saving data from the userform to the new workbook, and declaring variables.
I think, but am not certain, that many of the variables I attempted to assign to textboxes, are not reaching the subroutines outside of the subroutines used in creating those variables.
Any comments appreciated,
SBF12345
I am somewhat new to userform objects and how best to structure elements within the userform etc to allow for smooth operations.
I have many textboxes, listboxes, a few buttons and whole lot of variables.
Let me describe the structure I am trying to build...
First, I have a workbook saved under the name "Start Client"
On Sheet1 of this I have one button.
The purpose of this button is to open a new workbook to hold information pertaining to a new client
This new workbook then needs to include a userform (which I would like to stay open when the workbook is open) as the basis of inputting information to be saved to the workbook. If possible I would like to have the userform be shown within a worksheet when the specific worksheet is open.
Additionally, the userform includes buttons which call other subroutines to perform actions like interacting with another workbook, saving data from the userform to the new workbook, and declaring variables.
I think, but am not certain, that many of the variables I attempted to assign to textboxes, are not reaching the subroutines outside of the subroutines used in creating those variables.
Any comments appreciated,
SBF12345