Hi all, i am new to this site and have heard great things.
i feel i might have been thrown in the deep end of visual basic and would appreciate any help or just to know weather i am in the right direction.
I have an external database file which i created a macro to access which offers me a box to enter two dates, >= date x and <=date z. I need to replace these dates with inputted dates via input boxes on a userform which loads on excel open. Difficult?
What ive got.
--------------------------------------------------------------------------------------------------
I have tried replacing the two current dates with things like TBStartDates.value and TBEndDates.value??![]()
Please Login or Register to view this content.
or heading along the lines of
Criteria1:=">=" & Format(Me.TBStartDates.Value, "mm/dd/yy"), Operator:=xlAnd, _
Criteria2:="<" & Format(Me.TBEndDates.Value, "mm/dd/yy")
but i am clueless and close to giving up.
thanks
Rob
Bookmarks