Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Looking for Software - Tick Mark add-in for Excel

Hi all,

I'm searching the web for a pre-built add-in (free or otherwise) that
will allow me to add what I call "tick marks" to cells in an Excel
workbook, and then associated these tick marks with a comment that is
visible when printed. For example, everyone knows the most common tick
mark, the '*' (astericks) If you are reading a document and there is
an astericks, you immediately look to the bottom of the page to read
the comment the astericks is assoicated with. It's a lot like a
footnote/endnote concept. In this application, however, I need may
different "symbols" because there are many different comments and using
a '*******' for the 7th comment is just too cumbersome. I usually use
the lowercase greek alphabet when I get past a double astericks.

I work in the accounting field, and I am forever printing worksheets,
and using a red pencil to insert comments on my spreadsheets. I use a
red pencil so people know that it was me who put the comment there.
Please differentiate this use of the term "tick mark" with other uses
of this term (like in charting/graphing, tallying, etc.)

Thanks in advance for your replies.

Thanks,
Johnny

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default Looking for Software - Tick Mark add-in for Excel

Hi Johnny,

Have you tried the Webdings/ Wingdings font?

Thanks,

Simon

Johnny wrote:
Hi all,

I'm searching the web for a pre-built add-in (free or otherwise) that
will allow me to add what I call "tick marks" to cells in an Excel
workbook, and then associated these tick marks with a comment that is
visible when printed. For example, everyone knows the most common tick
mark, the '*' (astericks) If you are reading a document and there is
an astericks, you immediately look to the bottom of the page to read
the comment the astericks is assoicated with. It's a lot like a
footnote/endnote concept. In this application, however, I need may
different "symbols" because there are many different comments and using
a '*******' for the 7th comment is just too cumbersome. I usually use
the lowercase greek alphabet when I get past a double astericks.

I work in the accounting field, and I am forever printing worksheets,
and using a red pencil to insert comments on my spreadsheets. I use a
red pencil so people know that it was me who put the comment there.
Please differentiate this use of the term "tick mark" with other uses
of this term (like in charting/graphing, tallying, etc.)

Thanks in advance for your replies.

Thanks,
Johnny


--
Message posted via http://www.officekb.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Looking for Software - Tick Mark add-in for Excel

If you put any kind of font in the same cell as a value, you corrupt the
data, so I assume you would be using an adjacent column; or that you are
working with a sheet (or portion thereof) that does not rely on calculation
of referenced cells.

"Johnny" wrote:

Hi all,

I'm searching the web for a pre-built add-in (free or otherwise) that
will allow me to add what I call "tick marks" to cells in an Excel
workbook, and then associated these tick marks with a comment that is
visible when printed. For example, everyone knows the most common tick
mark, the '*' (astericks) If you are reading a document and there is
an astericks, you immediately look to the bottom of the page to read
the comment the astericks is assoicated with. It's a lot like a
footnote/endnote concept. In this application, however, I need may
different "symbols" because there are many different comments and using
a '*******' for the 7th comment is just too cumbersome. I usually use
the lowercase greek alphabet when I get past a double astericks.

I work in the accounting field, and I am forever printing worksheets,
and using a red pencil to insert comments on my spreadsheets. I use a
red pencil so people know that it was me who put the comment there.
Please differentiate this use of the term "tick mark" with other uses
of this term (like in charting/graphing, tallying, etc.)

Thanks in advance for your replies.

Thanks,
Johnny


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Looking for Software - Tick Mark add-in for Excel

I'm hoping that I can find a tick mark add-in that uses images and not
fonts in cells. I don't want to have to add a bunch of columns to
these worksheets for many different reasons. The worksheets I'm
dealing with have lots of formulas and is connected to a database. I'm
looking for something that literally simulates me actually writing in a
tick mark on paper. Alas such a thing might not exist.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Looking for Software - Tick Mark add-in for Excel

Actually you could put the "tick mark" in using cell formatting and not
affect the value in the cell. You could not super or subscript it however.

--
Regards,
Tom Ogilvy


"JLGWhiz" wrote in message
...
If you put any kind of font in the same cell as a value, you corrupt the
data, so I assume you would be using an adjacent column; or that you are
working with a sheet (or portion thereof) that does not rely on
calculation
of referenced cells.

"Johnny" wrote:





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 274
Default Looking for Software - Tick Mark add-in for Excel


Johny,

A solution is to predefine what 'symbols' you want to use ie 'tick
mark' and insert each of them into a seperate cell in an Excel
spreadsheet using whichever font & colour you want that provides the
'symbol' you want. Then you export each cell and save it as a JPG
image. (I use the ASAP utilities to do this which is an Excel add-in
freely available)

The JPG images can then be pasted into any cell, it anchors itself to
the top left of the cell, and more importantly does affect the contents
of the cell.

This may seem a lot of work but once the images have been created you
can paste them in as many times as you like. To make things really easy
create a menu item from your personal.xls file and on a click the image
can be inserted. It would be even better if you did this as an add-in
but l dont know the level of your VBA skills. Both these solutions
would then be available for all workbooks.

let me know how you get on

Regards

Michael Beckinsale

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Looking for Software - Tick Mark add-in for Excel

Michael,

I have ASAP utilities installed currently. Will you go into detail
regarding your post? I'm not sure I'm following you. If what you
propose does not affect the cell contents, than this sounds like what I
need. I have advanced VBA knowledge.

Thanks,
Johnny

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 274
Default Looking for Software - Tick Mark add-in for Excel


Johnny,

Follow these steps. I am using ASAP version 4.0.4

1) Open ASAP utilities
2) Launch
3) Special Characters
4) The default font is 'Lucinda Consol' if you scroll down you
will see what looks like a tick but is actually a square root. Copy and
paste
into a cell in Excel
5) Select the cell
6) Open ASAP
7) Export
8) Export selected chart or range & foolw instructions (I use JPG)
9) The image file is ready for use and can be copy / pasted into cell
or inserted using the following VBA code. Change path / filename to
suit.

ActiveCell.Select
ActiveSheet.Pictures.Insert("D:\Michael\TickMark1. JPG").Select
ActiveCell.Select

Hope this helps.

Let me know how you get on

Regards

Michael Beckinsale

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 274
Default Looking for Software - Tick Mark add-in for Excel


Johny,

Forgot to mention that you can obviously format the character (bold,
red etc) before making it a JPG image. Additionally the JPG image can
be 'formatted' using a suitable application

Regards

Michael Beckinsale

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
Tick mark Rohinikumar Excel Worksheet Functions 3 January 5th 10 07:30 PM
tick mark.! via135 Excel Discussion (Misc queries) 3 September 15th 09 09:13 PM
How can I add active tick mark/check mark boxes in excel? gerberelli Excel Discussion (Misc queries) 2 May 3rd 08 05:16 PM
Method for inserting a check-mark/tick-box in Excel [email protected] Excel Discussion (Misc queries) 3 May 21st 07 12:07 PM
How can I put a tick/check mark in an Excel spreadsheet? Amanda Excel Discussion (Misc queries) 4 July 21st 05 11:37 AM


All times are GMT +1. The time now is 04:19 PM.

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"