#1   Report Post  
Par3
 
Posts: n/a
Default Macros in Excel

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Par3

Where is the macro located? In which workbook?

What happens when you run it? Nothing? Error message?

Post your code and answer a few of the above.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 09:59:03 -0800, "Par3"
wrote:

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?


  #3   Report Post  
Par3
 
Posts: n/a
Default

The macro was located in excel - personal so it could be used in any workbook
Nothing happened when I ran it.

"Gord Dibben" wrote:

Par3

Where is the macro located? In which workbook?

What happens when you run it? Nothing? Error message?

Post your code and answer a few of the above.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 09:59:03 -0800, "Par3"
wrote:

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?



  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Post the code please.

Are you running from a button, shortcut or directly from ToolsMacroMacros?

Is your Personal.xls workbook open? Does the macro show up in
ToolsMacroMacros?


Gord

On Thu, 24 Mar 2005 12:33:02 -0800, "Par3"
wrote:

The macro was located in excel - personal so it could be used in any workbook
Nothing happened when I ran it.

"Gord Dibben" wrote:

Par3

Where is the macro located? In which workbook?

What happens when you run it? Nothing? Error message?

Post your code and answer a few of the above.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 09:59:03 -0800, "Par3"
wrote:

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?




  #5   Report Post  
Par3
 
Posts: n/a
Default

Keyboard Shortcut: Ctrl+b
'
ChDir "\\Darinet\coorsinet"
ActiveWorkbook.SaveAs Filename:="\\Darinet\coorsinet\bookings.xls", _
FileFormat:=xlExcel9795, Password:="doors", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
End Sub

"Gord Dibben" wrote:

Post the code please.

Are you running from a button, shortcut or directly from ToolsMacroMacros?

Is your Personal.xls workbook open? Does the macro show up in
ToolsMacroMacros?


Gord

On Thu, 24 Mar 2005 12:33:02 -0800, "Par3"
wrote:

The macro was located in excel - personal so it could be used in any workbook
Nothing happened when I ran it.

"Gord Dibben" wrote:

Par3

Where is the macro located? In which workbook?

What happens when you run it? Nothing? Error message?

Post your code and answer a few of the above.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 09:59:03 -0800, "Par3"
wrote:

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?






  #6   Report Post  
Gord Dibben
 
Posts: n/a
Default

CTRL + B is the built-in shortcut for Bold

Perhaps you have a conflict there?

Maybe the file is being saved, but not where you think it is.

Have you done a file search for it?

Other than these meager suggestions from myself, perhaps someone else has an
idea.


Gord

On Tue, 29 Mar 2005 10:03:03 -0800, "Par3"
wrote:

Keyboard Shortcut: Ctrl+b
'
ChDir "\\Darinet\coorsinet"
ActiveWorkbook.SaveAs Filename:="\\Darinet\coorsinet\bookings.xls", _
FileFormat:=xlExcel9795, Password:="doors", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
End Sub

"Gord Dibben" wrote:

Post the code please.

Are you running from a button, shortcut or directly from ToolsMacroMacros?

Is your Personal.xls workbook open? Does the macro show up in
ToolsMacroMacros?


Gord

On Thu, 24 Mar 2005 12:33:02 -0800, "Par3"
wrote:

The macro was located in excel - personal so it could be used in any workbook
Nothing happened when I ran it.

"Gord Dibben" wrote:

Par3

Where is the macro located? In which workbook?

What happens when you run it? Nothing? Error message?

Post your code and answer a few of the above.


Gord Dibben Excel MVP

On Thu, 24 Mar 2005 09:59:03 -0800, "Par3"
wrote:

I receive a document in a htm format. I then export the data I need to an
excel spreadsheet. I want to creat a macro to save this excel doc to a
shared location. For some reason it will not recognize the macro. I have
used macros with other excel doc with not problem. Is it because the spread
sheet was exported in or anybody have any ideas?





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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
help with excel (maybe macros) laskuh Excel Worksheet Functions 1 March 20th 05 12:03 PM
How do I update Excel 2000 macros to work in Excel 2002? BobPetrich Excel Discussion (Misc queries) 3 January 4th 05 04:06 PM
how can i edit excel 4 macros in Excel 2003 Pedrito1967 Excel Worksheet Functions 0 December 7th 04 07:21 PM
Is there a way to sort by color in excel? using macros? PJ456 Excel Worksheet Functions 2 November 8th 04 03:36 PM


All times are GMT +1. The time now is 03:52 PM.

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"