excel - Sub Userform calendar populating on spreadsheet cell instead of on userform -


i have run across problem of using dtpicker dates. have added own calendar popup , when in usereform , click on box or button calendar populates date on original spreadsheet (it looks in last selected cell) instead of userform - textbox8. @ loss, works intended , other times doesn't , previous.

private sub date_button_1_click() userform1.textbox8 = activecell 'this first calendar button & box frmcalendar.show_cal userform1.textbox8.value = g_sdate end sub  private sub textbox8_enter() userform1.textbox8 = activecell g_bform = true frmcalendar.show_cal userform1.textbox8.value = g_sdate end sub 

i sure staring me in face. assistance great. thanks.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -