PC Review


Reply
Thread Tools Rate Thread

2007 Excel Issues

 
 
Jenny B.
Guest
Posts: n/a
 
      8th Mar 2010
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 I’m 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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Analysis Toolpack Issues in Excel 2007 (Office 2007 Enterprise) Ben Shields Microsoft Excel Misc 1 24th Feb 2009 05:04 PM
Excel 2007 Issues when Using Excel Spreadsheets Containing Macros Charles Allen Microsoft Excel Misc 0 5th Dec 2008 06:16 AM
Issues when trying to print file from Excel 2008 Mac to Excel 2007 RBurke Microsoft Excel Misc 0 15th Aug 2008 06:34 PM
Opening Excel spreadsheets via explorer - issues in Excel 2007 Melanie Microsoft Excel Discussion 1 1st Aug 2007 11:12 PM
Opening Excel spreadsheets via explorer - issues in Excel 2007 ? =?Utf-8?B?TWVsYW5pZQ==?= Microsoft Excel Setup 2 24th Jul 2007 08:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:08 PM.