LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default DotMatrix printing from Excel

You can stop the bleed over into the adjacent cell by putting something in that
adjacent cell. If you want it to look empty, I'd use a formula:
=""

It looks empty, but reminds me that I put something there on purpose.

(you could use a space character, but those are too difficult to distiguish for
me.)

If you use a Courier New font (fixed width), you could even truncate the
contents when you populate that cell.

mycell.value = right(myothercell.value,32)

But this doesn't work so well if you you're using non-proportional fonts--it's
difficult to guess how many characters will fit.



Johan Christensson wrote:

Hi.

I have a customer that has a Excel form that the fill out, and they want to
print this onto a pre-printed form using a dot matrix printer.

I worked out a VBA that takes the values from the form and passes them into
a nother sheet, and by adjusting the hight and width of the cells I can
predict where the text is going to end up in the printer. How ever. The
problem with this method is that I can't predict how many characters a
certin field is made up of form time to time, and this makes the possition
shift.

So is it possibel to instruct Excel to place a certin value at an XY
position, and/or stop cells size of infuensing on other fileds.

/Johan Christensson


--

Dave Peterson

 
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
Excel 2003 printing problem--printing 1 document on 2 pages Bons Excel Discussion (Misc queries) 0 December 24th 09 04:15 PM
Excel Printing --Borders are not printing on the same page as data Stup88 Excel Discussion (Misc queries) 1 August 7th 07 09:34 AM
Printing a heading on each new page when printing Brian Excel Discussion (Misc queries) 3 November 15th 06 05:22 PM
Enable Double sided printing contiuously when printing multiple s. Lee Excel Discussion (Misc queries) 1 November 27th 04 01:58 AM
Printing? Worksheets not printing the same on multiple pc's! 43fan Excel Programming 2 April 29th 04 02:34 PM


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