LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Import from one excel worksheet into another

Sorry, missed some quotes. First macro should be . . .

Sub Open_File()
Dim strFile As String
strFile = Application.GetOpenFilename("Excel files (*.xl*),*.xl*")
If strFile = "False" Then Exit Sub
Workbooks.Open FileName:=strFile
End Sub


JerryG ;)


---
Message posted from http://www.ExcelForum.com/

 
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
how do i import data from my excel worksheet into quickbooks excel to quickbooks Excel Worksheet Functions 1 February 18th 10 03:44 PM
how do I import act contact into excel worksheet Crocus Excel Discussion (Misc queries) 1 April 30th 08 10:59 PM
can i import a pdf file into an excel worksheet? If so, how? MB Excel Discussion (Misc queries) 1 January 5th 07 01:20 PM
how to import more than 1 text file into the same Excel worksheet. SinnetBS Excel Discussion (Misc queries) 1 June 14th 06 03:14 AM
How do I import several csv files into one excel worksheet? chieftrain Excel Discussion (Misc queries) 10 June 6th 06 08:18 AM


All times are GMT +1. The time now is 09:16 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"