PC Review


Reply
Thread Tools Rate Thread

How to chart data generated in a macro in any desired sheet. Pleas

 
 
BEETAL
Guest
Posts: n/a
 
      24th Dec 2008
For Urgent attention please.

1. How do I plot data generated in a Function macro. Assume that I generated
a data range which I need to be plotted on a sheet.

I have 300 points to be plotted,say. the problem arises because I CANn't use
the following command to paste data generated while running a Function.

Cells(i + 10, j + 2).Value = spread(i, j) -> does not work in a function
..works in a Sub.

Why
--
beetal
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      24th Dec 2008
Functions return values to the cells that contain the formula. They can't
change the values in other cells.

Maybe you can rewrite your function so that it returns an array and you can use
a multi-cell array formula to to enter the formula.

Or maybe you could a macro that you run on demand to populate the cells.

Or maybe you could use some worksheet event that populates the cells.

BEETAL wrote:
>
> For Urgent attention please.
>
> 1. How do I plot data generated in a Function macro. Assume that I generated
> a data range which I need to be plotted on a sheet.
>
> I have 300 points to be plotted,say. the problem arises because I CANn't use
> the following command to paste data generated while running a Function.
>
> Cells(i + 10, j + 2).Value = spread(i, j) -> does not work in a function
> .works in a Sub.
>
> Why
> --
> beetal


--

Dave Peterson
 
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
How to chart values generated in a macro in any desired sheet. Ple BEETAL Microsoft Excel Programming 0 24th Dec 2008 06:34 AM
Adding hyperlinks to macro-generated sheets from list of sheet nam =?Utf-8?B?a2x5c2VsbA==?= Microsoft Excel Programming 0 26th Jul 2007 08:04 PM
how to turn of a series in data sheet of a power point chart using macro chepyalarr Microsoft Excel Programming 1 2nd Feb 2006 07:06 PM
hiding all data in a sheet except desired _Bigred Microsoft Excel Worksheet Functions 1 9th Mar 2005 04:33 PM
Re: pleas help - IE has generated errors Jan Il Windows XP Internet Explorer 0 23rd Jun 2004 07:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:59 PM.