Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
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 -


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
Signature in Excel hammer305 Excel Discussion (Misc queries) 2 December 18th 07 02:47 PM
Electronic Signature? Kimbe Excel Discussion (Misc queries) 3 August 4th 06 03:59 PM
Logo within a cell maryj Excel Discussion (Misc queries) 1 July 19th 05 04:04 PM
How to get Signature property! Ahmad Jalil Qarshi Excel Discussion (Misc queries) 1 March 8th 05 01:16 PM
How do I add a signature Penfold Excel Discussion (Misc queries) 1 February 14th 05 07:11 PM


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

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"