Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Difference between Word and Excel

Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE open
and if i close all the excel normal windows then VBE will also close down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it is
still available.

Thanks a lot,
Hari
India


  #2   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Difference between Word and Excel

Just a shot in the dark , but it may be because Word also opens an
associated template ( .dot) file, keeping the Word application open. How
this will work in Excel, I don't know. It's enough that you have uncovered
the differences - just use them and you'll be fine. There are so many of
these "why?" questions that have as their only answer "Because that's the
way they made it work!" If you try to understand MS too deeply, you'll go
insane and become a programmer! <g

Ed

"Hari Prasadh" wrote in message
...
Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and

Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE

open
and if i close all the excel normal windows then VBE will also close down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is

there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it is
still available.

Thanks a lot,
Hari
India




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Difference between Word and Excel

In excel if I have VBE open
and if i close all the excel normal windows then VBE will also close down.


I can't reproduce that behavior. (unless you mean close Excel and in word
the VBE closes as well when I close word).

--
Regards,
Tom Ogilvy



"Hari Prasadh" wrote in message
...
Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and

Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE

open
and if i close all the excel normal windows then VBE will also close down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is

there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it is
still available.

Thanks a lot,
Hari
India




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Difference between Word and Excel

Hi Tom,

Im sorry, not able to understand you.
I followed this procedu

a) Excel - Open a new session by typing Excel in run. Then I press Alt + F11
when Excel normal windows opens up. I go back to excel normal window and
click on the close button. VBE also closes down.

b) Word - Open a new session by typing Winword in run. Then I press Alt +
F11 when Word normal windows opens up. I go back to Word normal window and
click on the close button. VBE remains open.

(It could be possible that I might have some setting differences between the
2 programs which may be causing the above difference in behaviour.)

Thanks a lot,
Hari
India

"Tom Ogilvy" wrote in message
...
In excel if I have VBE open
and if i close all the excel normal windows then VBE will also close down.


I can't reproduce that behavior. (unless you mean close Excel and in word
the VBE closes as well when I close word).

--
Regards,
Tom Ogilvy



"Hari Prasadh" wrote in message
...
Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and

Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE

open
and if i close all the excel normal windows then VBE will also close
down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is

there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it
is
still available.

Thanks a lot,
Hari
India






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Difference between Word and Excel

VBE closes down in both cases for me. I don't use the VBE much in Word, but
I never remember it staying open in 97, 2000 or 2002 when I have closed
word on many different computers.

--
Regards,
Tom Ogilvy

"Hari Prasadh" wrote in message
...
Hi Tom,

Im sorry, not able to understand you.
I followed this procedu

a) Excel - Open a new session by typing Excel in run. Then I press Alt +

F11
when Excel normal windows opens up. I go back to excel normal window and
click on the close button. VBE also closes down.

b) Word - Open a new session by typing Winword in run. Then I press Alt +
F11 when Word normal windows opens up. I go back to Word normal window and
click on the close button. VBE remains open.

(It could be possible that I might have some setting differences between

the
2 programs which may be causing the above difference in behaviour.)

Thanks a lot,
Hari
India

"Tom Ogilvy" wrote in message
...
In excel if I have VBE open
and if i close all the excel normal windows then VBE will also close

down.

I can't reproduce that behavior. (unless you mean close Excel and in

word
the VBE closes as well when I close word).

--
Regards,
Tom Ogilvy



"Hari Prasadh" wrote in message
...
Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and

Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE

open
and if i close all the excel normal windows then VBE will also close
down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is

there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it
is
still available.

Thanks a lot,
Hari
India










  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Difference between Word and Excel

Hi Tom,

I have 2002.
I just tried the same thing on my colleague's computer (2003) and word VBE
remains open.

Just for.. When i posted it to Word group previously, i got the reply from
Charles Kenyon
In Word, normal.dot and its modules are still available even when all
documents are closed. I don't know if that is the difference.


Only problem was, I wanted to know (just curiosity) why Word designed with
such a difference, but didnt get a response to the same.

Oh.. yes, also why does Excel doesnt offer Undo feature once document is
saved, while Word does.

Thanks a lot,
Hari
India

"Tom Ogilvy" wrote in message
...
VBE closes down in both cases for me. I don't use the VBE much in Word,
but
I never remember it staying open in 97, 2000 or 2002 when I have closed
word on many different computers.

--
Regards,
Tom Ogilvy



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Difference between Word and Excel

The issue revolves around outlook. If word is your outlook editor then the
VBE for word will remian open even if you close word, assuming that Outlook
is open. Close outlook and now try closing word with the VBE open and the VBE
will close also. Outlook is using the normal.dot

HTH

"Hari Prasadh" wrote:

Hi Tom,

I have 2002.
I just tried the same thing on my colleague's computer (2003) and word VBE
remains open.

Just for.. When i posted it to Word group previously, i got the reply from
Charles Kenyon
In Word, normal.dot and its modules are still available even when all
documents are closed. I don't know if that is the difference.


Only problem was, I wanted to know (just curiosity) why Word designed with
such a difference, but didnt get a response to the same.

Oh.. yes, also why does Excel doesnt offer Undo feature once document is
saved, while Word does.

Thanks a lot,
Hari
India

"Tom Ogilvy" wrote in message
...
VBE closes down in both cases for me. I don't use the VBE much in Word,
but
I never remember it staying open in 97, 2000 or 2002 when I have closed
word on many different computers.

--
Regards,
Tom Ogilvy




  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Difference between Word and Excel

Hi Jim,

Thnx for that information. It behaves as u said.
In my office everybody has their Outlook open throughout the day (It's the
last application which is closed by us before pressing the "Turn off the
computer")
Hence, I wouldnt have been able to dream of this connection.

Thanks a lot,
Hari
India

"Jim Thomlinson" wrote in message
...
The issue revolves around outlook. If word is your outlook editor then the
VBE for word will remian open even if you close word, assuming that
Outlook
is open. Close outlook and now try closing word with the VBE open and the
VBE
will close also. Outlook is using the normal.dot

HTH

"Hari Prasadh" wrote:




  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Difference between Word and Excel

You wanted to know about the stack. Word uses the stack fairly differently
because it is not trying to do calculations or other iterative tasks. This is
why work can allow for fast saves and do outo recovers if it crashes, as best
I can figure it... :)

HTH

"Hari Prasadh" wrote:

Hi Tom,

I have 2002.
I just tried the same thing on my colleague's computer (2003) and word VBE
remains open.

Just for.. When i posted it to Word group previously, i got the reply from
Charles Kenyon
In Word, normal.dot and its modules are still available even when all
documents are closed. I don't know if that is the difference.


Only problem was, I wanted to know (just curiosity) why Word designed with
such a difference, but didnt get a response to the same.

Oh.. yes, also why does Excel doesnt offer Undo feature once document is
saved, while Word does.

Thanks a lot,
Hari
India

"Tom Ogilvy" wrote in message
...
VBE closes down in both cases for me. I don't use the VBE much in Word,
but
I never remember it staying open in 97, 2000 or 2002 when I have closed
word on many different computers.

--
Regards,
Tom Ogilvy




  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 146
Default Difference between Word and Excel

Hari -

You have to realize that the two applications are designed by different
product teams. The Office product family is intended to present a
uniform interface across the board, but differences in the usage and
underlying architecture of the different programs led to different
design decisions along the way.

Jeeps and PT Cruisers are made by the same company, but there are
differences between them you wouldn't have expected.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Hari Prasadh wrote:

Hi,

I posted this question in the word group 2 days back but......

Just curious about the differences in the common features of Word and Excel.
Here I go.

Why is word VBE a little different to Excel VBE? In excel if I have VBE open
and if i close all the excel normal windows then VBE will also close down.
But in Word If I have VBE open and close all the documents, VBE still
remains open. Is this difference somehow related to the products being
different (number crunching vs word processing). If so what exactly is there
within Word processing that MS has made VBE available even when Word
document is not open.

Why is it that Undo stack empties out on pressing save while in word it is
still available.

Thanks a lot,
Hari
India


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
Need Excel count of 1 word if found in multi-word cells of column Function_Challenged Excel Worksheet Functions 1 August 27th 09 12:08 AM
Excel 7, paste linked to word becomes black when word pdf'd Surffreak Excel Discussion (Misc queries) 0 June 1st 08 12:17 AM
difference between word 2003 menus and word 2007 menus-Explain pl kali Excel Discussion (Misc queries) 1 August 29th 07 07:56 AM
Copy from Word to Excel, and retain indent, plus word wrap Eric Excel Discussion (Misc queries) 1 March 9th 07 03:15 AM
charting a difference of 2 columns' w/o adding a difference column Wab Charts and Charting in Excel 4 July 27th 05 02:37 AM


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