Mikeymike_W
Board Regular
- Joined
- Feb 25, 2016
- Messages
- 171
Hi All,
I have a userform with several textboxes which I would like to populate using the values on another workbook.
The workbook I want to pull the values from is located here:
C:\Users\MWa\Desktop\VBA Test" & txtCDNumber.Value & ".xlsm"
I would like the above file to be opened in the background and closed once the values are extracted.
How would I reference the cell values in this workbook to populate the userforms different fields?
Many thanks for any help you can provide.
Mike
I have a userform with several textboxes which I would like to populate using the values on another workbook.
The workbook I want to pull the values from is located here:
C:\Users\MWa\Desktop\VBA Test" & txtCDNumber.Value & ".xlsm"
I would like the above file to be opened in the background and closed once the values are extracted.
How would I reference the cell values in this workbook to populate the userforms different fields?
Many thanks for any help you can provide.
Mike