Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Sheets Array help

I have a macro that will pull a couple of sheets out of my workbook to email
to our main office. The problem that I have is when the sheets pull out, the
formulas that are in the sheet are still on the new book that I am sending.
The formulas are referencing the workbook that I pulled it from. When the
new book gets emailed, the workbook is not on the desktop at the office. How
can I get the sheets to pull out and leave nothing but the data and remove
all the formulas.

Thanks
j
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Sheets Array help

j,

Worksheets(1).UsedRange.Value = Worksheets(1).UsedRange.Value

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"justaguyfromky"
wrote in message
...
I have a macro that will pull a couple of sheets out of my workbook to email
to our main office. The problem that I have is when the sheets pull out, the
formulas that are in the sheet are still on the new book that I am sending.
The formulas are referencing the workbook that I pulled it from. When the
new book gets emailed, the workbook is not on the desktop at the office. How
can I get the sheets to pull out and leave nothing but the data and remove
all the formulas.

Thanks
j
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy an array of Sheets Aussiegirlone Excel Discussion (Misc queries) 4 July 12th 09 06:41 AM
combining cells and array from different sheets into an array to pass to IRR() [email protected] Excel Discussion (Misc queries) 3 September 11th 06 07:17 AM
Sum Column on Array of sheets GregR Excel Programming 2 February 8th 06 12:23 AM
Sheets Array Dave Excel Programming 2 August 12th 04 10:39 AM
an array to step through sheets David Shearer Excel Programming 3 March 1st 04 09:26 AM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"