Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tdpeasb8
  • Content: Threads
  • Order by date
  1. tdpeasb8

    Selecting Rows in Excel

    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...
  2. tdpeasb8

    Group by time intervals

    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...

Part and Inventory Search

Back
Top