NormPeterson
Structural
- Sep 11, 2003
- 1,474
What I want to do is utilize a polynomial curve fit equation (of specified formatting) from a chart. The relatively small amount of basic input data is not well-suited to using lookups and interpolations directly.
It's easy enough to manually copy this information from within the chart object and paste it into a target cell using menus and the mouse, but I'd like to get a subroutine to do this. Thus far, I can't seem to get any code learned from mouse manipulation or keystrokes to copy the contents of the trendline equation box to the clipboard or wherever. If it matters, I have Excel 97 SR-1 and Microsoft Windows 98 4.10.2222 A .
Downstream of the copy/paste procedure that I'm trying to automate, 'Right' and 'Mid' functions separate the individual coefficients, thus allowing the trendline equation that pastes as text to be rewritten as a useable cell formula.
Norm
It's easy enough to manually copy this information from within the chart object and paste it into a target cell using menus and the mouse, but I'd like to get a subroutine to do this. Thus far, I can't seem to get any code learned from mouse manipulation or keystrokes to copy the contents of the trendline equation box to the clipboard or wherever. If it matters, I have Excel 97 SR-1 and Microsoft Windows 98 4.10.2222 A .
Downstream of the copy/paste procedure that I'm trying to automate, 'Right' and 'Mid' functions separate the individual coefficients, thus allowing the trendline equation that pastes as text to be rewritten as a useable cell formula.
Norm