Excel Tip .com / Excel Tips and Tricks
      "... the easiest to understand excel book ..."     excel : excel tips : microsoft excel : excel tutorial : excel template : excel formula : excel macro : excel help : excel password : vba excel : excel spreadsheet : excel tool : excel download : microsoft excel download : excel 2000 : excel visual basic : ms excel : excel tip : free download excel : microsoft excel tutorial : excel training : free excel template : microsoft excel help : free excel : excel password recovery : microsoft excel 97 : excel 2000 tutorial : excel 97 : excel center : excel downloads : excel recovery : excel software : excel pivot table : excel book
ExcelTip.com Home Page Tip of the Hour Recommended Microsoft Excel Tips Most Viewed Microsoft Excel Tips at ExcelTip.com Excel Tip Categories Excel Tips by Version Submit a Tip My Bookmarked Tips Discount Book Store
Over 752,108 tips served







FREE DOWNLOAD

ExcelTip.com Free Add-In

SUPPORT EXCELTIP.COM

Make your Amazon.com purchases by clicking the graphic below

Excel Tip .com - Mailing List Thread Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code after Application.Run not working



Don-
       I tried to modify, but got script out of range. I am trying to open a
lotus file stored as ITE11.wk3. If I open it in excel it gives a sheet name of
"A". I used your code modified (I thought ) to fit, but it does not. I would
like to be able to copy from closed wbs as I do alot of that. Here is what I
used::

Range("B8") =
Workbooks("C:\ftpfiles\ITE11.wk3").Sheets("A").Range("V8:AG152")

Now I know that I will probably have a problem because I am trying to put
V8:AG152 into B8, but how else would I arrange this so that the supposed selected
area(V8:AG152)can be pasted to B8?? And can I have the entire path inside
Workbooks(blahblah)??
  Jim

In a message dated 7/30/2003 12:33:15 PM Eastern Daylight Time,
donaldb@281.COM writes:

> OOPs.
> I didn't notice that you were copying from a DIFFERENT workbook.
> No need to goto it at all. You also do NOT need to select
>
> try to modify this line to copy from closed workbooks.
> range("a8") = Workbooks("021303.xls").Sheets("sheet8").Range("c1")
> ====
> ----- Original Message -----
> From: "Don Guillett" <donaldb@281.COM>
> To: <EXCEL-G@PEACH.EASE.LSOFT.COM>
> Sent: Wednesday, July 30, 2003 11:10 AM
> Subject: Re: Code after Application.Run not working
>
>
> >See if this is better
> >Sub Macro4()
> >  Workbooks.Open FileName:="C:\yourfolder\yourfile.xls"
> >With ActiveWorkbook
> > .Sheets("sheet2").Range("a1") = _
> > .Sheets("sheet1").Range("b2")
> > .Save
> >End With
> > ActiveWindow.Close
> >End Sub
> >
> >Don Guillett
> >SalesAid Software
> >Granite Shoals, TX
> >donaldb@281.com
> >----- Original Message -----
> >From: "Jim ." <Escojpoer@AOL.COM>
> >To: <EXCEL-G@PEACH.EASE.LSOFT.COM>
> >Sent: Wednesday, July 30, 2003 10:33 AM
> >Subject: Code after Application.Run not working
> >
> >
> >>Hi-
> >>    I have this piece of code below that runs, then opens another wb,
> runs
> >>the code in that wb(Transfer2), then closes and saves that wb, then(while
> >>stepping through), the cursor goes to the line
> >"Application.ScreenUpdating=True",
> >>but the line is not highlighted in yellow (as all steps are in stepping
> >>through). Then if I continue to hit F8, it goes back to the beginning of
> the
> >>Transfer mac and starts again. Why does it not continue through after it
> >closes the
> >>other wb?? It's like it steps out completely after closing the ITEHH.xls
> wb.
> >>  Jim
> >>
> >>Sub Transfer()
> >>   Application.EnableEvents = False
> >>   Application.DisplayAlerts = False
> >>   Workbooks.Open Filename:="C:\ftpfiles\ITE11.WK3"
> >>   Range("V8:AG152").Select
> >>   Selection.Copy
> >>   Windows("ITECAT3D.xls").Activate
> >>   Range("B8").Select
> >>   ActiveSheet.Paste
> >>   Windows("ITE11.WK3").Activate
> >>   ActiveWindow.Close
> >>   Application.DisplayAlerts = True
> >>   ChDir "C:\Documents and Settings\ITEREBATES"
> >>   Workbooks.Open Filename:= _
> >>     "C:\Documents and Settings\ITEREBATES\ITEHH.xls"
> >>     Application.Run ("ITEHH.XLS!Transfer2")' Stops here, but goes back
> to
> >>beginning of this macro and runs again
> >>     Application.ScreenUpdating = True
> >>     Application.EnableEvents = True
> >>     ActiveWorkbook.Save
> >>     Application.Quit
> >>End Sub
> >>
> >>****Below is code in ITEHH.xls workbook***************
> >>
> >>Sub Transfer2()
> >>   Application.DisplayAlerts = False
> >>   Workbooks.Open Filename:="C:\ftpfiles\ITEHH1.WK3"
> >>   Range("V8").Select
> >>   Selection.Copy
> >>   Windows("ITEHH.xls").Activate
> >>   Range("A8").Select
> >>   ActiveSheet.Paste
> >>   Windows("ITEHH1.WK3").Activate
> >>   ActiveWindow.Close
> >>   Application.DisplayAlerts = True
> >>     ActiveWorkbook.Close savechanges:=True
> >>End Sub
>


--------------------------------------------------------------------------
The EXCEL-G list is hosted on a Windows NT(TM) machine running L-Soft
international's LISTSERV(R) software.  For subscription/signoff info
and archives, see http://peach.ease.lsoft.com/archives/excel-g.html .
                             COPYRIGHT INFO:
http://peach.ease.lsoft.com/scripts/wa.exe?SHOWTPL=COPYRIGHT&L=EXCEL-G





Amazon.com $35.95
MrExcel.com $24.95
Barnes & Noble $28.76
And at your local bookseller





Excel Training Level I
Excel Training Level II
Excel Training Level III
Excel VBA Training Level I
Excel VBA Training Level II
View All Excel Training Programs




Formula Manager
Duplication Manager
Text Manager
Number Manager
Add-ins Collection
Spreadsheet Assistant
Number Manager
Add-ins Collection
Spreadsheet Assistant

View All Excel Add-Ins

Tips

Add-In in VBA | Applications - Word, Outlook in VBA | Array Formulas | Cells, Ranges, Rows, and Columns in VBA | Counting | Custom Functions | Custom Functions in VBA | Database Formulas | Database in VBA | Date & Time Formulas | Date & Time in VBA | Events in VBA | Excel Chart | Excel Consolidating | Excel Counting | Excel Custom Functions using VBA | Excel Customizing | Excel Data | Excel Dates | Excel Editing | Excel Files | Excel Filter | Excel Format | Excel Formula | Excel General | Excel Grouping and Outlining | Excel Importing Text Files | Excel Information | Excel Keyboard Shortcuts | Excel Loan Formulas | Excel Macros - VBA | Excel Pivot Tables | Excel Printing | Excel Range Name | Excel Security - Protection | Excel Sorting | Excel Style | Excel Subtotals | Excel Summing | Excel Text | Excel Time | Excel Tools | Excel Worksheet, Workbook | Files, Workbook, and Worksheets in VBA | Financial Formulas | Formating in VBA | General Topics in VBA | Import and Export in VBA | Information Formulas | Keyboard & Other Shortcuts in VBA | Keyboard Formula Shortcuts | Links between Worksheet and Workbooks | Links in VBA | Logical Formulas | Lookup Formulas | Mail - Send and Receive in VBA | Menus, Toolbars, Status bar in VBA | Modules, Class Modules in VBA | New Excel 11, Excel 2003 | Other Q&A Formulas | Printing in VBA | Protecting in VBA | Summing | Text Formulas | User Forms, Input boxes in VBA | Using Loops | Working with Formulas |

Tips by Version

Microsoft Excel 97 | Microsoft Excel 2000 | Microsoft Excel 2002 | All Microsoft Excel Versions | New in Excel 2002 | New in Excel 2003 - Office 11

Website

Home | Tip of Hour | Recommended Tips | Most Viewed Tips | Tips by Version | Submit a Tip | My Tips
Microsoft Excel Tutorials | Excel Links | Write for Us | About Us | Search Results | Tip Archives

Excel Book

Excel 97 Book | Excel 2000 Book | Excel 2002 Book | Excel XP Book | Book Store

Terms and Conditions of use
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.

Copyright © 2003 ExcelTip.com
Microsoft, Microsoft Excel is a U.S. registered trademark of Microsoft Corporation
Site Developed By: Irubin Consulting


excel : excel tips : microsoft excel : excel tutorial : excel template : excel formula : excel macro : excel help : excel password : vba excel : excel spreadsheet : excel tool : excel download : microsoft excel download : excel 2000 : excel visual basic : ms excel : excel tip : free download excel : microsoft excel tutorial : excel training : free excel template : microsoft excel help : free excel : excel password recovery : microsoft excel 97 : excel 2000 tutorial : excel 97 : excel center : excel downloads : excel recovery : excel software : excel pivot table : excel book