Hi Trish, within the SUB GetDates under the Case "Other" both the StartDate and EndDate are declared Public As type Dates, However they are then assigned a String that creates problems To overcome the problem best to amend to StartDate = CDate(txtStartDate) and EndDate = CDate(txtEndDate) in the SUB GetDates() Trish your presentation and detailed explanation of Excel VBA is first class Thank you so much. Fred
Hello. Are you guys going to release a course on Office Scripts, considering it was introduced to Excel Desktop not too long ago? I use VBA frequently at work, but I would love to learn Scripts to use in conjunction with Power Automate. Thank you for all the learning resources.
Exercise Files: learnitanytime.com/p/exercise-files-excel-2021-vba-advanced-tutorial
Hi Trish, within the SUB GetDates under the Case "Other" both the StartDate and EndDate are declared Public As type Dates, However they are then assigned a String that creates problems
To overcome the problem best to amend to StartDate = CDate(txtStartDate) and EndDate = CDate(txtEndDate) in the SUB GetDates()
Trish your presentation and detailed explanation of Excel VBA is first class Thank you so much.
Fred
Thank you for the tip Fred!
That's because you already know VBA. She dumped a ton of code and didn't really explain anything.
Title does say Advanced@@analuizanb
Hello. Are you guys going to release a course on Office Scripts, considering it was introduced to Excel Desktop not too long ago? I use VBA frequently at work, but I would love to learn Scripts to use in conjunction with Power Automate.
Thank you for all the learning resources.
Yes! We are working on creating the course currently. Hopefully we can get it up soon!
hello, I could not find the slides, I only found the xlxs files
"Public StartDate, EndDate as String" gives you one Variant and one String! Not two variables of type String! Common mistake
Noted!
please share us adobe after affect
Coming soon!
Is their an intermediate tutorial
Here you go: ua-cam.com/video/9SxjWg9UBiY/v-deo.html
Good morning ☀️
Good morning Brian!