Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Printing Cheque of Different sizes from the same Worksheet

 
   Windows Help (Home) -> Microsoft Excel RSS
Next:  Conditional Formating  
Author Message
kanwalno1

External


Since: Nov 28, 2008
Posts: 1



(Msg. 1) Posted: Fri Nov 28, 2008 9:54 am
Post subject: Printing Cheque of Different sizes from the same Worksheet
Archived from groups: microsoft>public>excel (more info?)

Hi All,

Kindly mention yours email ID for the sample file.
>>>>>>>>>>>>>> Present Scenario >>>>>>>>>>>>>>>>>>>>

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)

>>>>>>>>>>>>> Now here is What I wish >>>>>>>>>>>>>>>

--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

>>>>>>>>>>>>>> Notes >>>>>>>>>>>>>>>>>>>
--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Shane Devenshire

External


Since: Nov 13, 2008
Posts: 17



(Msg. 2) Posted: Fri Nov 28, 2008 1:35 pm
Post subject: RE: Printing Cheque of Different sizes from the same Worksheet
Archived from groups: per prev. post (more info?)

Hi,

One way is to write VBA which picks up the info and resized the check
accordingly. For example suppose you have a range call Bank1 which contains
all the setting for column widths and so on for that banks checks then you
could use code to capture each item and then apply it to the appropriate
place in code. You could record the macro for changing all the items and
then replace the hardcoded entries with those picked up form the Bank1 range.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

" " wrote:

> Hi All,
>
> Kindly mention yours email ID for the sample file.
> >>>>>>>>>>>>>> Present Scenario >>>>>>>>>>>>>>>>>>>>
>
> I have bank account in 4 banks and at present I am printing my cheques
> through Excel on a laser printer.
>
> Cheque belonging to each bank are of different size (length and
> width). On each cheque there are some basic fields (like "Name of
> Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
> etc, which are to be filled by Cheque issuer. Presently the issuer
> fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
> data is automatically VLOOKUPed in "Cheque" sheet).
>
> At present I am maintaining a "Cheque" sheet "separately" for each
> bank, where fields have been placed in such a manner (at specified
> distance and of specified width) that when printed, the value of each
> fields comes out properly on a blank cheque. Field Values changes
> according to 'Cheque No' selected from Cell E1.
>
> Required Data is taken from Data Base sheets maintained for each bank
> (i.e., HDFC3772 and SBOP5620)
>
> >>>>>>>>>>>>> Now here is What I wish >>>>>>>>>>>>>>>
>
> --Sheet named "CPC" (Cheque Printing Configuration) contains, for each
> bank's cheque, the physical measurements i.e., Size of the Cheque, the
> distance of each field from top edge and left edge of the cheque, and
> width of each field. The measurements are to be taken physically by
> the user at first use. The defined name for the relevant range is
> "CPCrng".
>
> --Instead of separate "Cheque" sheet for each Bank, there is only one
> "Cheque" sheet with the above fields on it (or may be Single user form
> with Text boxes containing the required fields on it)
>
> --G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
> to be printed.
>
> --Whenever we select the Bank Name from cell G1, the sheet / user form
> and fields / text boxes thereon are automatically resized /
> redistanced as per the dimensions provided for that Bank in sheet CPC.
> Off course the Field values will then be based on Cheque No in Cell
> E1, as at present.
>
> >>>>>>>>>>>>>> Notes >>>>>>>>>>>>>>>>>>>
> --The sample sheet contains the Data Source Sheet for 2 banks only.
> --Source Data for each bank surely will continue to reside in separate
> sheets.
> --Name of Data Source worksheets and Heading of "CPCrng" are exactly
> the same.
> --Cheque List in cell E1 has been configured to adjust for data source
> as per Bank Name selected in G1.
> --If the proposed solution needs "user form and text boxes", then
> kindly tell how the formulae will be used in those text boxes, as
> presently I don't know how to do that.
> --A sample file alogwith the desired format will be provided on the
> email ID Provided.
>
> Regards
> CA Kanwaljit Singh Dhunna
>

 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Bernard Liengme

External


Since: Nov 30, 2008
Posts: 16



(Msg. 3) Posted: Fri Nov 28, 2008 2:07 pm
Post subject: Re: Printing Cheque of Different sizes from the same Worksheet
Archived from groups: per prev. post (more info?)

Suggestion: look into using 'mail merge' and printing from Word
Debra Dalgleish posted this: There's an article on the Microsoft web site
that might help you:

Answer Box: Numbers don't merge right in Word
[URL="http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx"]http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx[/URL]

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill has
instructions here:

[URL="http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm"]http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm[/URL]

about half way down the page.
best wishes
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Anoop Kumar

External


Since: Dec 28, 2009
Posts: 2



(Msg. 4) Posted: Mon Dec 28, 2009 1:35 am
Post subject: for Cheque Print in Excel
Archived from groups: per prev. post (more info?)

Dear Boss,
Pls. send Excell for Cheque print

thanks




kanwalno wrote:

Printing Cheque of Different sizes from the same Worksheet
30-Nov-08

Hi All,

Kindly mention yours email ID for the sample file.

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)


--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

Previous Posts In This Thread:

On Friday, November 28, 2008 1:07 PM
Bernard Liengme wrote:

Re: Printing Cheque of Different sizes from the same Worksheet
Suggestion: look into using 'mail merge' and printing from Word
Debra Dalgleish posted this: There's an article on the Microsoft web site
that might help you:

Answer Box: Numbers don't merge right in Word
[URL="http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx"]http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx[/URL]

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill has
instructions here:

[URL="http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm"]http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm[/URL]

about half way down the page.
best wishes
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Anoop Kumar

External


Since: Dec 28, 2009
Posts: 2



(Msg. 5) Posted: Mon Dec 28, 2009 1:36 am
Post subject: Excell Cheque print micro
Archived from groups: per prev. post (more info?)

Dear Sir,
Pls. Send Excel macro for cheque print]

thanks



kanwalno wrote:

Printing Cheque of Different sizes from the same Worksheet
30-Nov-08

Hi All,

Kindly mention yours email ID for the sample file.

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)


--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

Previous Posts In This Thread:

On Friday, November 28, 2008 1:07 PM
Bernard Liengme wrote:

Re: Printing Cheque of Different sizes from the same Worksheet
Suggestion: look into using 'mail merge' and printing from Word
Debra Dalgleish posted this: There's an article on the Microsoft web site
that might help you:

Answer Box: Numbers don't merge right in Word
[URL="http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx"]http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx[/URL]

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill has
instructions here:

[URL="http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm"]http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm[/URL]

about half way down the page.
best wishes
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Kanwaljit Dhunna

External


Since: Dec 28, 2009
Posts: 1



(Msg. 6) Posted: Mon Dec 28, 2009 1:55 am
Post subject: Re : Chq Printing
Archived from groups: per prev. post (more info?)

Dear Anoop,

You want help or you want to help ?

Kanwaljit



Anoop Kumar wrote:

Excell Cheque print micro
28-Dec-09

Dear Sir,
Pls. Send Excel macro for cheque print]

thanks

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
JavaScript - prevent multiple form submittals
[URL="http://www.eggheadcafe.com/tutorials/aspnet/2f417b1b-ac35-431a-b56c-37ea0b80d72b/javascript--prevent-mult.aspx"]http://www.eggheadcafe.com/tutorials/aspnet/2f417b1b-ac35-431a-b56c-37ea0b80d72b/javascript--prevent-mult.aspx[/URL]
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Hemant Shyamsukha

External


Since: Feb 21, 2010
Posts: 1



(Msg. 7) Posted: Sun Feb 21, 2010 3:34 am
Post subject: Chq format
Archived from groups: per prev. post (more info?)

Sir ji,
Please send me the cheque format
Regards & Thanks
Hemant



kanwalno wrote:

Printing Cheque of Different sizes from the same Worksheet
30-Nov-08

Hi All,

Kindly mention yours email ID for the sample file.

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)


--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

Previous Posts In This Thread:

On Friday, November 28, 2008 1:07 PM
Bernard Liengme wrote:

Re: Printing Cheque of Different sizes from the same Worksheet
Suggestion: look into using 'mail merge' and printing from Word
Debra Dalgleish posted this: There's an article on the Microsoft web site
that might help you:

Answer Box: Numbers don't merge right in Word
[URL="http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx"]http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx[/URL]

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill has
instructions here:

[URL="http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm"]http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm[/URL]

about half way down the page.
best wishes
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Bernard Liengme

External


Since: Nov 30, 2008
Posts: 16



(Msg. 8) Posted: Mon Feb 22, 2010 10:59 am
Post subject: Re: Chq format
Archived from groups: per prev. post (more info?)

There is no built-in format that will give, for example, $*******45,123.78

But you can generate the effect in a helper column
With money value in A1, this formula
="$"&REPT("*",20-LEN(TEXT(A1,"#,##0.00")))&TEXT(A1,"#,##0.00")
gives results like $**512,345,670,123.67
and works for amounts up to 9,999,999,999,999.99
Just vary the 20 for smaller or larger amounts

This formula
=REPT("*",21-LEN(TEXT(A1,"$#,##0.00")))&TEXT(A1,"$#,##0.00")
gives results like *****$512,345,678.45

best wishes
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Modeste

External


Since: Feb 28, 2010
Posts: 1



(Msg. 9) Posted: Sun Feb 28, 2010 11:27 pm
Post subject: Re: Chq format [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bonsour® Bernard Liengme avec ferveur ;o))) vous nous disiez :

> There is no built-in format that will give, for example,
> $*******45,123.78

;o)))

personnalised format :
$**#,##0.00

HTH
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Jacob Yohannan

External


Since: May 31, 2010
Posts: 1



(Msg. 10) Posted: Mon May 31, 2010 9:23 pm
Post subject: Printing Cheques from Excel [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Can u please provide me the cheque application which you created for different banks as I require it for my office work. I am in urgent need for the same I urge you to send me the same.



kanwalno wrote:

Printing Cheque of Different sizes from the same Worksheet
30-Nov-08

Hi All,

Kindly mention yours email ID for the sample file.

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)


--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

Previous Posts In This Thread:

On Friday, November 28, 2008 1:07 PM
Bernard Liengme wrote:

Re: Printing Cheque of Different sizes from the same Worksheet
Suggestion: look into using 'mail merge' and printing from Word
Debra Dalgleish posted this: There's an article on the Microsoft web site
that might help you:

Answer Box: Numbers don't merge right in Word
http://office.microsoft.com/en-ca/assistance/HA011164951033.aspx

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill has
instructions here:

http://sbarnhill.mvps.org/WordFAQs/CustomizingWord2002.htm

about half way down the page.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

wrote in message


On Friday, November 28, 2008 4:35 PM
ShaneDevenshir wrote:

Hi,One way is to write VBA which picks up the info and resized the check
Hi,

One way is to write VBA which picks up the info and resized the check
accordingly. For example suppose you have a range call Bank1 which contains
all the setting for column widths and so on for that banks checks then you
could use code to capture each item and then apply it to the appropriate
place in code. You could record the macro for changing all the items and
then replace the hardcoded entries with those picked up form the Bank1 range.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

" " wrote:

On Sunday, November 30, 2008 5:42 PM
kanwalno wrote:

Printing Cheque of Different sizes from the same Worksheet
Hi All,

Kindly mention yours email ID for the sample file.

I have bank account in 4 banks and at present I am printing my cheques
through Excel on a laser printer.

Cheque belonging to each bank are of different size (length and
width). On each cheque there are some basic fields (like "Name of
Payee, Amount in Figures, Amount in Words, Date, Mode of Payment"
etc, which are to be filled by Cheque issuer. Presently the issuer
fills these fields in Data Source sheets (HDFC3772 and SBOP5620) and
data is automatically VLOOKUPed in "Cheque" sheet).

At present I am maintaining a "Cheque" sheet "separately" for each
bank, where fields have been placed in such a manner (at specified
distance and of specified width) that when printed, the value of each
fields comes out properly on a blank cheque. Field Values changes
according to 'Cheque No' selected from Cell E1.

Required Data is taken from Data Base sheets maintained for each bank
(i.e., HDFC3772 and SBOP5620)


--Sheet named "CPC" (Cheque Printing Configuration) contains, for each
bank's cheque, the physical measurements i.e., Size of the Cheque, the
distance of each field from top edge and left edge of the cheque, and
width of each field. The measurements are to be taken physically by
the user at first use. The defined name for the relevant range is
"CPCrng".

--Instead of separate "Cheque" sheet for each Bank, there is only one
"Cheque" sheet with the above fields on it (or may be Single user form
with Text boxes containing the required fields on it)

--G1 on "Cheque" sheet contains Name of the Bank for which Cheques are
to be printed.

--Whenever we select the Bank Name from cell G1, the sheet / user form
and fields / text boxes thereon are automatically resized /
redistanced as per the dimensions provided for that Bank in sheet CPC.
Off course the Field values will then be based on Cheque No in Cell
E1, as at present.

--The sample sheet contains the Data Source Sheet for 2 banks only.
--Source Data for each bank surely will continue to reside in separate
sheets.
--Name of Data Source worksheets and Heading of "CPCrng" are exactly
the same.
--Cheque List in cell E1 has been configured to adjust for data source
as per Bank Name selected in G1.
--If the proposed solution needs "user form and text boxes", then
kindly tell how the formulae will be used in those text boxes, as
presently I don't know how to do that.
--A sample file alogwith the desired format will be provided on the
email ID Provided.

Regards
CA Kanwaljit Singh Dhunna

On Monday, February 09, 2009 2:57 AM
Ravi D wrote:

Cheque Printing Example
Hi CA Kanwaljit Singh Dhunna, Please Send that Cheque printing example.

Thanks & Regards

Ravi D

On Wednesday, July 29, 2009 3:36 AM
anoop kumar wrote:

Cheque Print S/w
You are required to be a member to post replies. After logging in or becoming a member, you will be redirected back to this page.

On Wednesday, July 29, 2009 3:37 AM
anoop kumar wrote:

Cheque Print S/w
You are required to be a member to post replies. After logging in or becoming a member, you will be redirected back to this page.

On Monday, December 28, 2009 4:35 AM
Anoop Kumar wrote:

for Cheque Print in Excel
Dear Boss,
Pls. send Excell for Cheque print

thanks

On Monday, December 28, 2009 4:36 AM
Anoop Kumar wrote:

Excell Cheque print micro
Dear Sir,
Pls. Send Excel macro for cheque print]

thanks

On Monday, December 28, 2009 4:55 AM
Kanwaljit Dhunna wrote:

Re : Chq Printing
Dear Anoop,

You want help or you want to help ?

Kanwaljit

On Sunday, February 21, 2010 6:34 AM
Hemant Shyamsukha wrote:

Chq format
Sir ji,
Please send me the cheque format
Regards & Thanks
Hemant

On Monday, February 22, 2010 9:59 AM
Bernard Liengme wrote:

There is no built-in format that will give, for example, $*******45,123.
There is no built-in format that will give, for example, $*******45,123.78

But you can generate the effect in a helper column
With money value in A1, this formula
="$"&REPT("*",20-LEN(TEXT(A1,"#,##0.00")))&TEXT(A1,"#,##0.00")
gives results like $**512,345,670,123.67
and works for amounts up to 9,999,999,999,999.99
Just vary the 20 for smaller or larger amounts

This formula
=REPT("*",21-LEN(TEXT(A1,"$#,##0.00")))&TEXT(A1,"$#,##0.00")
gives results like *****$512,345,678.45

best wishes
--
Bernard Liengme
Microsoft Excel MVP
people.stfx.ca/bliengme
email address: remove uppercase characters

On Sunday, February 28, 2010 5:27 PM
Modeste wrote:

Bonsour=AE Bernard Liengme avec ferveur ;o))) vous nous disiez
Bonsour=AE Bernard Liengme avec ferveur ;o))) vous nous disiez :=20


;o)))

personnalised format :
$**#,##0.00

HTH


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Binding Beyond the Limitation of Name Scopes
http://www.eggheadcafe.com/tutorials/aspnet/ef583104-e507-491d-b05f-49...c8854c8
 >> Stay informed about: Printing Cheque of Different sizes from the same Worksheet 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Email First Page of Worksheet Possible? - Hi, I was just wondering whether it's possible to email the first page of a worksheet comprised of multiple pages. Just the first page -summary report page. Is this possible?

Colouring any cell in worksheet with negative value - Hi all, I have written the below code for making the cells from column to A to BB fill with red colour, if they have a negative value in them. I can't seem to make it work.....Any help will be appreciated! Thanks very much! Shivam ..

Help Excel 2007 - worksheet scaling not working - Hoping that someone can help with this. I'm trying to print out a small worksheet on a '11x17' sheet. I've set the print area to the size I want and I have the scaling set to scale to '1 sheet wide x one sheet high' and the layout to 'landscape'. ..

printing to XPS and saving XPS "as" - Hi - I have a "save as" macro that I would like to incorporate with my "print to XPS" macro. Can anybody help? I have this code: '' Save to XPS '''''''''''''''''''''''''''' Application.ActivePrinter = "Microsoft XPS Document ...

INDEX MATCH HELL ooops.. I mean HELP! - I know (or at least I think I do) that I can do this with INDEX MATCH. Here is what I want to do. I want to place this formula in cell C4 of Sheet 1. What I want this formula to do is to match the value of B2 of Sheet 1 with a list that is in Sheet 2...
   Windows Help (Home) -> Microsoft Excel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]