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!

Getting a range in an Excel Spreadsheet

Status
Not open for further replies.

rewdee

Programmer
Aug 17, 2001
295
US
Hi All -- Please Help me before I give up and become a garbage collector.

I'm trying to create a graph in an Excel worksheet. I know how to export data and use Range as:
Code:
..blah.blah.Range("a1").CurrentRegion
but I only want to graph data in ColumnB to the end of data in the Excel spreadsheet so it would be something like:
Code:
..blah.blah.Range("B1..B?)

I will be your devoted fan if someone can help me here.

Thanks
Rewdee

Bonus Points: How do I get the graph to use the first column as my y-axis?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top