Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply Tom, it was my mistake when typing - my name data
starts in A3 not A1. The code as below works brilliantly when I adjusted to allow my my initial error. Activechart.name = worksheets("sheet2").Cells(n+2,1).Value Thanks again. Tom Ogilvy wrote: Charts.Add Activechart.name = worksheets("sheet2").Cells(n-2,1).Value seems funny to get your data from row n+2 and your name from n-2, but that is what your code does and where you said you wanted to retrieve the name. -- Regards, Tom Ogilvy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically appending newly added data on worksheet to a master list worksheet | Links and Linking in Excel | |||
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 | Excel Worksheet Functions | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming | |||
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet | Excel Programming |