Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Won't save my changes

I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Won't save my changes

What do you mean. Why wouldn't the macros be there?

--


Regards,


Peo Sjoblom

"Brenda" wrote in message
...
I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go
back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Won't save my changes

When i apply my macro to the specific sheet using the following formula:
Sub Workbook_Open()
Sheets("ExpenseNortheast3quarter").ScrollArea = "h1:h45"
End Sub



then i save the document but when i close the document and bring it back up
the macros are not applied.
--
Thank you, Brenda


"Peo Sjoblom" wrote:

What do you mean. Why wouldn't the macros be there?

--


Regards,


Peo Sjoblom

"Brenda" wrote in message
...
I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go
back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Won't save my changes

Are you saving the file as a normal workbook (*.xls) or some sort of text file
(*.prn or *.csv)?

Are you sure you're putting that code into the correct workbook's project?

Brenda wrote:

When i apply my macro to the specific sheet using the following formula:
Sub Workbook_Open()
Sheets("ExpenseNortheast3quarter").ScrollArea = "h1:h45"
End Sub

then i save the document but when i close the document and bring it back up
the macros are not applied.
--
Thank you, Brenda

"Peo Sjoblom" wrote:

What do you mean. Why wouldn't the macros be there?

--


Regards,


Peo Sjoblom

"Brenda" wrote in message
...
I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go
back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda





--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Won't save my changes

I am so frustrated i have done everythin i know how. I am saving it as a .xls
and i am applying the formula listed below to the correct page. I stated that
it works well until i save close out and reopen then it isn't applied. Can
someone help me?????
--
Thank you, Brenda


"Dave Peterson" wrote:

Are you saving the file as a normal workbook (*.xls) or some sort of text file
(*.prn or *.csv)?

Are you sure you're putting that code into the correct workbook's project?

Brenda wrote:

When i apply my macro to the specific sheet using the following formula:
Sub Workbook_Open()
Sheets("ExpenseNortheast3quarter").ScrollArea = "h1:h45"
End Sub

then i save the document but when i close the document and bring it back up
the macros are not applied.
--
Thank you, Brenda

"Peo Sjoblom" wrote:

What do you mean. Why wouldn't the macros be there?

--


Regards,


Peo Sjoblom

"Brenda" wrote in message
...
I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go
back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda




--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Won't save my changes

Is the code still there or is the problem that the code doesn't run?

I just read your original post.

I'm guessing that you're not putting the code in the correct location.

This workbook_open event belongs in the ThisWorkbook module.

Debra Dalgleish shares some instructions he
http://www.contextures.com/xlvba01.html#Workbook



Brenda wrote:

I am so frustrated i have done everythin i know how. I am saving it as a .xls
and i am applying the formula listed below to the correct page. I stated that
it works well until i save close out and reopen then it isn't applied. Can
someone help me?????
--
Thank you, Brenda

"Dave Peterson" wrote:

Are you saving the file as a normal workbook (*.xls) or some sort of text file
(*.prn or *.csv)?

Are you sure you're putting that code into the correct workbook's project?

Brenda wrote:

When i apply my macro to the specific sheet using the following formula:
Sub Workbook_Open()
Sheets("ExpenseNortheast3quarter").ScrollArea = "h1:h45"
End Sub

then i save the document but when i close the document and bring it back up
the macros are not applied.
--
Thank you, Brenda

"Peo Sjoblom" wrote:

What do you mean. Why wouldn't the macros be there?

--


Regards,


Peo Sjoblom

"Brenda" wrote in message
...
I have created a excel program (I am using Excel 2003). When i apply my
macros the work great but...when i save it and close out the file and go
back
in my changes are there; however, the macros are still in the file though.
please help i have been working on this for hours. Any help would be
appreciated.
--
Thank you, Brenda




--

Dave Peterson


--

Dave Peterson
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
Save, save as, page setup dimmed out in unprotected excel sheet? ccKeithJ Excel Discussion (Misc queries) 3 December 14th 07 07:07 PM
SAVE and SAVE AS options disappeared from the drop down FILE menu [email protected] Excel Discussion (Misc queries) 2 July 12th 07 09:14 AM
Save As and save current numbers not the actual formulas and links Frank Menard Excel Discussion (Misc queries) 2 November 9th 06 09:18 PM
Command Button Save As Application.ExecuteExcel4Macro ("SAVE.AS?() Paul Dennis Excel Discussion (Misc queries) 5 September 18th 06 05:34 PM
when i save xls file, debug script is running and canno't save fil Imtiaz Excel Discussion (Misc queries) 1 July 16th 05 03:47 PM


All times are GMT +1. The time now is 04:11 AM.

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

About Us

"It's about Microsoft Excel"