LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default 2007 Excel Issues

Good Afternoon,

I'm running into a problem with Excel 2007 at work vs. my Excel 2007 home
addition. I have a program written in Excel 2003 (has to stay that way for
other users) that I'm running from Excel 2007. The program (see below)
writes and copies all data to another workbook. When I'm testing the program
at my workplace, it does not copy over any of the shapes or text fields just
the cell content. In Excel 2003 and Excel 2007 at my home, this data copied
over automatically (no special or additional programming needed).

I posed this question before and Barb Reinhardt was kind enough to provide
me with a way to accommodate both 2007 and 2003. I'd go ahead and update the
program, but I don't want to write extra code just to accommodate what
appears to be a quirk if it's not necessary. Is there an add-in Tool Pak
that needs to be updated or something else I'm not thinking of? Has anyone
else run into this before?

If it turns out that no one else has seen this same problem, Is there a
quick way to capture all the text and fields so they paste over like the
Active Sheet data? Traditionally, ActiveSheet.Copy would bundle everything
into the new worksheet and Im wondering if there's an equivalent to capture
both the shape and text fields.

Thanks in advance and I appreciate anything that would keep me of writing
tons of new code that might not be necessary -

Jenny B.




Sub Finalstop()

Dim myPath As String
Dim nRng As Range
Dim fName As String
Set nRng = Range("F64")

ActiveSheet.Copy

myPath = "I:\Document Management\Print management\Operations\B55
Docs\B55 Testing Checklist\"
fName = nRng.Value & ".xls"

ActiveWorkbook.SaveAs Filename:= _
myPath & fName, FileFormat:= _
xlNormal, Password:="", _
WriteResPassword:="", _
ReadOnlyRecommended:=False, _
CreateBackup:=False
ActiveWorkbook.Close
ActiveSheet.Visible = False

End Sub

 
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
2007 Excel Issues Jenny B. Excel Programming 0 March 8th 10 09:28 PM
More Excel 2007 Speed Issues NormD Excel Programming 47 August 21st 09 10:30 PM
Analysis Toolpack Issues in Excel 2007 (Office 2007 Enterprise) Ben Shields Excel Discussion (Misc queries) 2 February 24th 09 05:04 PM
Display issues in Excel 2007 Vinnypie Excel Discussion (Misc queries) 0 September 11th 08 07:00 PM
Excel 2007 Display Issues NerdBoy20 Charts and Charting in Excel 0 August 22nd 08 06:48 PM


All times are GMT +1. The time now is 01:37 AM.

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

About Us

"It's about Microsoft Excel"