PC Review


Reply
Thread Tools Rate Thread

Charting in PowerPoint using Excel

 
 
KD
Guest
Posts: n/a
 
      22nd Jun 2004
Hi,

I am trying to write a macro in excel that picks up data
from a csv file and then updates a PowerPoint chart. The
problem I have is that I need to access to fourth row and
first column on the datasheet in PowerPoint and I don't
know the cell reference for this cell. I know that "00"
is the cell reference for the first row and first column
but I need to be able to tell it to dump the data in the
fourth row / first column. Can anyone help?

Thanks in advance.

KD
 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      22nd Jun 2004
Hi KD,

From the help file.

On the datasheet, the first column heading (starting on the left) is A,
followed by B, C, D, and so on. The first row heading (starting at the
top) is 1, followed by 2, 3, 4, and so on. Neither the leftmost column
nor the top row has a heading. In other words, column A is actually the
second column from the left; likewise, row 1 is the second row from the
top. The leftmost column and the top row, which are commonly used for
legend text or axis labels, are referred to as column 0 (zero) and row 0
(zero). Thus, the following example inserts the text "Annual Sales" in
the top cell in column A (the second column).

Range("40")

Maybe the Cells(row,column) would be easier to deal with.

Cheers
Andy

KD wrote:

> Hi,
>
> I am trying to write a macro in excel that picks up data
> from a csv file and then updates a PowerPoint chart. The
> problem I have is that I need to access to fourth row and
> first column on the datasheet in PowerPoint and I don't
> know the cell reference for this cell. I know that "00"
> is the cell reference for the first row and first column
> but I need to be able to tell it to dump the data in the
> fourth row / first column. Can anyone help?
>
> Thanks in advance.
>
> KD


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Charting in powerpoint using by Access Data =?Utf-8?B?VXRhaHN0ZXc=?= Microsoft Powerpoint 2 4th Oct 2007 06:06 PM
charting from excel to PowerPoint =?Utf-8?B?SHVhWEM=?= Microsoft Excel Charting 1 15th Sep 2006 08:27 PM
Charting in Excel to Powerpoint - Quality smcpoland Microsoft Excel Programming 2 20th Nov 2004 11:12 PM
Powerpoint charting from excel KJD Microsoft Excel Programming 1 15th May 2004 04:36 AM
pivot table charting in powerpoint Karen Microsoft Powerpoint 4 14th Sep 2003 02:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:01 AM.