A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Signature or Logo



 
 
Thread Tools Display Modes
  #1  
Old September 23rd, 2008, 06:10 PM posted to microsoft.public.excel.worksheet.functions
Vercingetorix.XIII[_2_]
external usenet poster
 
Posts: 29
Default Signature or Logo

Is there a way to put something in an excel spreadsheet as a signature or
logo or something to show that you made it?
  #2  
Old September 23rd, 2008, 07:49 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Signature or Logo

Private Sub Workbook_Open()
Sheets("Sheet1").Range("A1").Value _
= ActiveWorkbook.BuiltinDocumentProperties("Author")
End Sub


Gord Dibben MS Excel MVP

On Tue, 23 Sep 2008 10:10:01 -0700, Vercingetorix.XIII
wrote:

Is there a way to put something in an excel spreadsheet as a signature or
logo or something to show that you made it?


  #3  
Old September 23rd, 2008, 08:19 PM posted to microsoft.public.excel.worksheet.functions
JP[_5_]
external usenet poster
 
Posts: 559
Default Signature or Logo

Personally I prefer a command button (Control Toolbox) that fills in
the cell.

Just thought I'd share that.

--JP

On Sep 23, 2:49*pm, Gord Dibben gorddibbATshawDOTca wrote:
Private Sub Workbook_Open()
Sheets("Sheet1").Range("A1").Value _
= ActiveWorkbook.BuiltinDocumentProperties("Author")
End Sub

Gord Dibben *MS Excel MVP

On Tue, 23 Sep 2008 10:10:01 -0700, Vercingetorix.XIII



wrote:
Is there a way to put something in an excel spreadsheet as a signature or
logo or something to show that you made it?- Hide quoted text -


- Show quoted text -


  #4  
Old September 23rd, 2008, 10:01 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Signature or Logo

Different strokes..................and all that.

The workbook_open ensures the cell is filled in.

A button requires a user operation.

Just my take.


Gord


On Tue, 23 Sep 2008 12:19:19 -0700 (PDT), JP wrote:

Personally I prefer a command button (Control Toolbox) that fills in
the cell.

Just thought I'd share that.

--JP

On Sep 23, 2:49*pm, Gord Dibben gorddibbATshawDOTca wrote:
Private Sub Workbook_Open()
Sheets("Sheet1").Range("A1").Value _
= ActiveWorkbook.BuiltinDocumentProperties("Author")
End Sub

Gord Dibben *MS Excel MVP

On Tue, 23 Sep 2008 10:10:01 -0700, Vercingetorix.XIII



wrote:
Is there a way to put something in an excel spreadsheet as a signature or
logo or something to show that you made it?- Hide quoted text -


- Show quoted text -


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:33 AM.


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