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 Chris Miller 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: *

  1. JaHarding

    Range Syntax Excel VBA

    Thank you. I decided to try the .UsedRange approach and this works as long as the spreadsheet is not "contaminated". Nevertheless, your solution makes sense and I'm sure I'll be applying it elsewhere. Thanks again.
  2. JaHarding

    Range Syntax Excel VBA

    I'm charting in Excel using VBA. If I use something like: ActiveChart.SetSourceData Source:=Worksheets("Sheet2").Range("A1:D10"), PlotBy:=xlColumns Then it plots. But if I use something like: ActiveChart.SetSourceData...

Part and Inventory Search

Back
Top