I am sure this is simple, but I can't seem to figure it out.
I am trying to write VBA code to open the Find dialogue box. The part I am finding tricky is, I only want a certain range searched for the value the user is seeking.
I can record a macro to select the range and initiate the Find...
I have a spreadsheet that accesses an external datasource using MSQUERY. I have written a macro that will REFRESH the data from the datasource. As you know this can take up to 20 seconds to complete.
The spreadsheet is Worksheet Protected. Part of the macro is to Unprotect the worksheet...
I am populating a TextBox with a date. The TextBox is linked to a field on my spreadsheet. I use the code as follows:
FormName.DateTextBox.Value = format(now(),"dd-mmm-yyyy")
The problem is, as soon as I leave the TextBox the date format reverts to "mm/dd/yy". Is there a way to have the...
I am a new VBA for Excel programmer (self proclaimed). I am having trouble coding the Calendar object 9.0 to default to Today's date when the calendar is opened. I used code that forces the value of the object to equal NOW(), but this, in effect, disables the calendar object. Any date you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.