Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Understanding Templates

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't seem
to be a comment (technically) and I am unable to edit these boxes. What are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file (say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote which
doesn't make any other file open. I thing that file opening is done by Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,
--
Syed Zeeshan Haider


------------------------------------------------------------------------------------------------------------------------------
Download a free game to play with Internet Explorer from
http://szh.20m.com/entertainment/olwg.html


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Understanding Templates

Have you looked in tools references (in the VBE) and made sure myfile.xls
does not have a reference to xyz.xls.

--
Regards,
Tom Ogilvy

"Syed Zeeshan Haider" wrote in message
...
Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't seem
to be a comment (technically) and I am unable to edit these boxes. What

are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file

(say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote

which
doesn't make any other file open. I thing that file opening is done by

Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,
--
Syed Zeeshan Haider


--------------------------------------------------------------------------

----------------------------------------------------
Download a free game to play with Internet Explorer from
http://szh.20m.com/entertainment/olwg.html




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Understanding Templates

One more guess...

You have a button that's assigned a macro in that other workbook.

So when you click the button (or some other object), excel knows to open that
other workbook.

(And you don't notice that the second workbook is open until you clicked the
button???)

Syed Zeeshan Haider wrote:

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't seem
to be a comment (technically) and I am unable to edit these boxes. What are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file (say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote which
doesn't make any other file open. I thing that file opening is done by Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,
--
Syed Zeeshan Haider

------------------------------------------------------------------------------------------------------------------------------
Download a free game to play with Internet Explorer from
http://szh.20m.com/entertainment/olwg.html


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Understanding Templates

Actually No!

xyz.xls opens as soon as I open myFile.xls. I have tried to remove all
previous macro connections from the sheet.

"Dave Peterson" wrote in message
...
One more guess...

You have a button that's assigned a macro in that other workbook.

So when you click the button (or some other object), excel knows to open
that
other workbook.

(And you don't notice that the second workbook is open until you clicked
the
button???)

Syed Zeeshan Haider wrote:

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't
seem
to be a comment (technically) and I am unable to edit these boxes. What
are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file
(say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote
which
doesn't make any other file open. I thing that file opening is done by
Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,
--
Syed Zeeshan Haider

------------------------------------------------------------------------------------------------------------------------------
Download a free game to play with Internet Explorer from
http://szh.20m.com/entertainment/olwg.html


--

Dave Peterson



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Understanding Templates

And you checked for the reference that Tom suggested???

Syed Zeeshan Haider wrote:

Actually No!

xyz.xls opens as soon as I open myFile.xls. I have tried to remove all
previous macro connections from the sheet.

"Dave Peterson" wrote in message
...
One more guess...

You have a button that's assigned a macro in that other workbook.

So when you click the button (or some other object), excel knows to open
that
other workbook.

(And you don't notice that the second workbook is open until you clicked
the
button???)

Syed Zeeshan Haider wrote:

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't
seem
to be a comment (technically) and I am unable to edit these boxes. What
are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file
(say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote
which
doesn't make any other file open. I thing that file opening is done by
Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,
--
Syed Zeeshan Haider

------------------------------------------------------------------------------------------------------------------------------
Download a free game to play with Internet Explorer from
http://szh.20m.com/entertainment/olwg.html


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Understanding Templates

The yellow boxes with dialog are Data Validation messages.

Select one of those cells and DataValidation to edit.


Gord Dibben Excel MVP

On Mon, 23 May 2005 16:00:52 -0400, "Syed Zeeshan Haider"
wrote:

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't seem
to be a comment (technically) and I am unable to edit these boxes. What are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file (say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote which
doesn't make any other file open. I thing that file opening is done by Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Understanding Templates

Thanks for info! I appreciate it.

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
The yellow boxes with dialog are Data Validation messages.

Select one of those cells and DataValidation to edit.


Gord Dibben Excel MVP

On Mon, 23 May 2005 16:00:52 -0400, "Syed Zeeshan Haider"
wrote:

Hello Everybody,

I have Excel 2003 Pro on WinXP SP2.

In the templates that are provided with Excel, when we click on certain
cells, the relevant information appears in a yellow box which doesn't seem
to be a comment (technically) and I am unable to edit these boxes. What
are
these boxes, and how can I edit and make them?

How can I remove Lotus 1-2-3 from templates provided with Excel? (I know
nothing about Lotus 1-2-3 but I do have experience in quite complex
programming of VBA of Excel.)
A sheet which I have copied (to myFile.xls) from a template based file
(say
this file is called xyz.xls), makes xyz.xls to open every time I open
myFile.xls. I cannot see any VBA behind that sheet except that I wrote
which
doesn't make any other file open. I thing that file opening is done by
Lotus
1-2-3 which has been hidden in that sheet. I have some hints about this
possibility. What do you think? How can I break this file-opening
connection? I have already broken all links using Edit Links.

Thank you,




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
saved templates opening as templates 4n6DNA Excel Discussion (Misc queries) 2 August 31st 09 09:30 PM
Understanding formula Dig Excel Worksheet Functions 1 July 3rd 08 03:31 PM
Understanding SUMPRODUCT() Jakobshavn Isbrae Excel Worksheet Functions 18 February 4th 08 08:41 AM
Excel is opening templates as templates instead of as worksheets Desram Setting up and Configuration of Excel 1 January 19th 06 09:38 PM
Understanding a formula Jordan Excel Worksheet Functions 6 May 26th 05 09:14 PM


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