Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I distribute a workbook that has two sheets in it and I use VBA macros to pull data in and format it on 7 new sheets. I need to copy the logo from sheet 1 to the new sheets. I've selected the picture on sheet 1 and named it as Logo (just like you would name a range), but when I call Range("Logo").copy, I get a range error. If I use Range("A1:).copy I get an empty string. I've use Activesheet.paste to paste the image. I know I'm missing something, but I don't know what. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete Worksheets Named Sheet1, Sheet2, Sheet3, etc. | Excel Programming | |||
A1 in sheet1 =” =SUM('sheet2:sheet3'!A1)” | Excel Programming | |||
consoildate all the worksheet(example sheet1,sheet2 and sheet3 etc | Excel Worksheet Functions | |||
copy data from sheet1 based on criteria in sheet2 to sheet3 | Excel Programming | |||
user changes sheet1 - have the macro xyz run on sheet3 | Excel Programming |