+ Reply to Thread
Results 1 to 13 of 13

Excel SpellNo Not Functioning

Hybrid View

tariqjahangir Excel SpellNo Not Functioning 01-03-2015, 07:51 AM
davesexcel Re: Excel SpellNo Not... 01-03-2015, 09:30 AM
tariqjahangir Re: Excel SpellNo Not... 01-03-2015, 10:22 AM
davesexcel Re: Excel SpellNo Not... 01-03-2015, 09:38 AM
tariqjahangir Re: Excel SpellNo Not... 01-03-2015, 10:10 AM
davesexcel Re: Excel SpellNo Not... 01-03-2015, 10:51 AM
tariqjahangir Re: Excel SpellNo Not... 01-03-2015, 11:33 AM
davesexcel Re: Excel SpellNo Not... 01-04-2015, 07:38 AM
tariqjahangir Re: Excel SpellNo Not... 01-04-2015, 08:13 AM
davesexcel Re: Excel SpellNo Not... 01-04-2015, 08:23 AM
tariqjahangir Re: Excel SpellNo Not... 01-04-2015, 08:37 AM
manutd275 Re: Excel SpellNo Not... 03-14-2015, 02:25 PM
Richard Buttrey Re: Excel SpellNo Not... 03-14-2015, 02:48 PM
  1. #1
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Excel SpellNo Not Functioning

    Dear Excel Expert I Need Help for 1) Spellnumber Generate Iam Trying But It Is Not Functioning...Help Me And I uploaded Quotation File Aslo Following Link http://www.filedropper.com/newqt 2)And There is Next Quotation Refrence No Q4 5001 Also Error 400 But It Is Woking Kindly Help Me.....Thanks Thre is Two Problem One Is spellno and other one is Next Quotation Refrence No
    Spellno Code is Attached
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by tariqjahangir; 01-14-2015 at 12:45 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel SpellNo Not Functioning

    Your 400 error is because you are trying to clear 1/2 of a cell.The cells are merged.
    The code to clear should be

       Dim rng As Range
        Set rng = Range("Q4")
        rng = rng + 1
        Range("A14:R29").ClearContents

  3. #3
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Re: Excel SpellNo Not Functioning

    Quote Originally Posted by davesexcel View Post
    Your 400 error is because you are trying to clear 1/2 of a cell.The cells are merged.
    The code to clear should be

       Dim rng As Range
        Set rng = Range("Q4")
        rng = rng + 1
        Range("A14:R29").ClearContents
    Sir Iam Trying But When I Click The Next Quotation No That Time In Quotation Formate All Serial No Each,Quantity,Unit Price, and Total Price,Complete Formate Is Blanked..... Againg Iam Put the formula
    Last edited by tariqjahangir; 01-03-2015 at 10:43 AM.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel SpellNo Not Functioning

    When I enter
    =Module2.SpellNumber(P32)
    I get the correct number.

  5. #5
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Re: Excel SpellNo Not Functioning

    Quote Originally Posted by davesexcel View Post
    When I enter
    =Module2.SpellNumber(P32)
    I get the correct number.
    Thanks sir.....

  6. #6
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel SpellNo Not Functioning

    Did you try changing the Column to O? instead of P or R

  7. #7
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Re: Excel SpellNo Not Functioning

    Yes Sir I Insert R Next Quotation Also Working But Problem Is When I Click The Next The Qoutation Text,Like Serial No. Unit Ea Unit Price Amount.....Ect Blank
    See Screen Short 5001 i prepare the quoatation and took the print,saved again i want to make other quoataion that Time i Clik Next Quoation then 5002 All Is Blank
    Quotaton uploaded following link http://www.filedropper.com/newqt_1

    I Want Serial No Unit/Ea Amount (SR) Fromula as it is Quantiry unit Price No Need
    Attached Images Attached Images
    Last edited by tariqjahangir; 01-03-2015 at 11:45 AM.

  8. #8
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel SpellNo Not Functioning

    ??? refer to my last post, change the clearcontents range to O29
     Range("A14:O29").ClearContents
    I don't like using 3rd party upload websites.

    Attach a sample workbook.
    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  9. #9
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Re: Excel SpellNo Not Functioning

    Quote Originally Posted by davesexcel View Post
    ??? refer to my last post, change the clearcontents range to O29
     Range("A14:O29").ClearContents
    I don't like using 3rd party upload websites.

    Attach a sample workbook.
    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Yes sir,iam trying to upload but file size is 1.26mb it is not uploading that why i uploaded 3rd party website

  10. #10
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel SpellNo Not Functioning

    So was the question answered?

  11. #11
    Forum Contributor
    Join Date
    12-30-2014
    Location
    Saudi Arabia
    MS-Off Ver
    2013
    Posts
    144

    Re: Excel SpellNo Not Functioning

    Quote Originally Posted by davesexcel View Post
    So was the question answered?
    Thanks sir. i insert Range("A14:O29").ClearContents Now Ok sir it is working

  12. #12
    Registered User
    Join Date
    03-14-2015
    Location
    Azerbaijan
    MS-Off Ver
    ms office 2010
    Posts
    6

    Re: Excel SpellNo Not Functioning

    hi i tried spellnumber function in eglish it is ok
    but i need this function in azerbaijanian language
    it is very necessary can anyone help me?
    1- bir
    2- iki
    3- üç
    4- dörd
    5- beş
    6- altı
    7- yeddi
    8- səkkiz
    9- doqquz
    10- on
    11- on bir
    12- on iki
    13- on üç
    14- on dörd
    15- on beş
    16- on altı
    17- on yeddi
    18- on səkkiz
    19- on doqquz
    20 - iyirmi
    30 - otuz
    40- qırx
    50- əlli
    60- altmış
    70- yetmiş
    80- səksən
    90- doxsan
    100- yüz
    1000- min
    million- milyon
    billion- milyard
    trillion- trilyard
    currency manat qəpik
    dollar- manat
    cent- qəpik

  13. #13
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Excel SpellNo Not Functioning

    Hi,

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excel Calendar Functioning for a List?
    By ComcoDG in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 10-30-2008, 02:23 PM
  2. excel form not functioning correctly
    By Rusty in forum Excel General
    Replies: 2
    Last Post: 06-01-2006, 02:00 PM
  3. [SOLVED] Custom formatting not functioning in Excel
    By Seenath in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2006, 08:40 AM
  4. excel not functioning
    By TUNGANA KURMA RAJU in forum Excel General
    Replies: 1
    Last Post: 10-13-2005, 03:05 AM
  5. excel functioning.. IF YES, NO
    By sanad in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-23-2005, 11:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1