This should be simple but I'm getting a type mismatch error and its driving me crazy.I have run code that selects specific rows:
Rows("2:51").Select
and it works just fine. I am trying to do the same with variables for the rows:
Rows("RValx:RValy").Select
Then I want to...
I am working on a report where the data is in 15 minute increments. I have an example report that rolls the data up in 1 hour totals. It looks like:
GroupByHour
Time(Hour({FORECASTTIMESERIES.DATETIME}),00,00);
When its used in formulas it is used as @GroupByHour.
I want to change it from an...
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.