SoraSenoie
New Member
- Joined
- Mar 24, 2021
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
I have an userform that users toggle buttons to that will make text boxes appear if toggled but I have issues passing the date if two toggle boxes are pressed
for example
toggle box1 = true then 2 text boxes will appear where users will put data in
toggle box2= true then 2 text boxes will appear where users will put data in
togglebox.caption will go on column D and the text boxes will go on column E
so far i have gotten both of them to pass through but if one is not pressed the other one wont pass through or sometimes it will only pass one but not the other
for example
toggle box1 = true then 2 text boxes will appear where users will put data in
toggle box2= true then 2 text boxes will appear where users will put data in
togglebox.caption will go on column D and the text boxes will go on column E
so far i have gotten both of them to pass through but if one is not pressed the other one wont pass through or sometimes it will only pass one but not the other