Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Doroth

    aloha radiant systems black screen.

    Hello. Trying to figure out if there is a solution or whether we need to buy another front of house screen (for second cash drawer). The power light appears to show power, but the screen remains black. Upon powering up there are four short beeps. Any ideas?
  2. Doroth

    Convert number to text

    FYI - This one worked Option Explicit 'Main Function Function SpellNumber(ByVal MyNumber) Dim Dollars, Cents, Temp Dim DecimalPlace, Count ReDim Place(9) As String Place(2) = " Thousand " Place(3) = " Million " Place(4) = " Billion " Place(5) = " Trillion "...
  3. Doroth

    Appearance of TOC field

    I believe that I understand your question. Try right clicking on the TOC, go to the button that is under the text "click button to set" advanced field options. This should bring up the formatting box, under web preview, click "use hyperlinks.
  4. Doroth

    Sorting Numbers in EXCEL

    I've seen this happen when there is an empty space before the number. Perhaps this is the issue? Click in one of the cells that is problematic to see if there is a space that is creating the problem.
  5. Doroth

    Convert number to text

    Once again, thank everybody for the help, but I still get a result of 0 rather than text. I believe this is because the words 'dollars' and 'cents' appear a couple other times in the code as well. Is there any quick place that I can learn what the code says? Like what does dim mean, etc? I am...
  6. Doroth

    Convert number to text

    Thank you for your replies. As, I really don't know what the bits of script mean, I don't know what needs to be deleted or replaced, thus the conundrum with deleting the dollars and cents bits since they seem to be intertwined. This is the code on the Microsoft...
  7. Doroth

    Convert number to text

    Greetings, I am totally unfamiliar with visual basic so please forgive my ignorance. I have found a script on the Microsoft site that allows me to convert a number into text... ie '3,879' to 'three thousand eight hundred and seventy nine'. Unfortunately, that script also adds 'dollars' and...
  8. Doroth

    Excel - drop numbers after the decimal for use in function

    Thanks. I knew there had to be an easy fix - just didn't know how to do it. Kudos.
  9. Doroth

    Excel - drop numbers after the decimal for use in function

    Greetings - I am working on a spreadsheet wherein the "A" cells automatically increase by 3%. That number is than multiplied by another number. The problem I am running into is that the result is inaccurate, although it looks as if it should work. I have column "A" showing up as currency with...
  10. Doroth

    Sending MS Word forms across email

    I don't think this is possible in the way you are trying to do it. Reason being, protected documents can't be emailed directly from Word. Since forms need to be protected to work correctly, the form would have to be attached to an email rather than emailed directly.
  11. Doroth

    Printing multiple pages from a form?

    Try this: Select the table or click within the table then ->Go to Table Properties, on the Row tab, select "allow row to break across pages." Please let me know if this works as there is another possibility. Good Luck.
  12. Doroth

    Word TOC problem - breaking in a weird spot.

    I realize who uses tek-tips since I've been a member since early 2002. When I posted this on Friday morning, I was really needing the help and just re-iterating a previous question because the documents will be out of my hands within a week and any problematic issues would recur. So, I thought I...
  13. Doroth

    Word TOC Breaking in Strange Spot!

    Yeah, I posted it in another place on the site: http://www.tek-tips.com/viewthread.cfm?qid=1202938&page=1
  14. Doroth

    Word TOC Breaking in Strange Spot!

    I found the solution to this so nobody need to respond with suggestions.
  15. Doroth

    Word TOC problem - breaking in a weird spot.

    Well, it always seems that when I've finally given up hope and ask for help, I find the solution. I found the solution to this and as always it was incredibly predictable, but a little obscure. While poking around in the TOC formatting, I noticed that the paragraph for the TOC 2 items had the...
  16. Doroth

    Word TOC problem - breaking in a weird spot.

    I pasted this earlier in the Software section, but have not gotten any answers and really would appreciate any feedback that may help. I've been working on multiple documents (about 30 or so) for weeks. I haven't seen this problem on any of the other documents and have no clue what is causing...
  17. Doroth

    Word TOC Breaking in Strange Spot!

    I've been working on some documents for weeks. I haven't seen this problem on any of the other documents and have no clue what is causing it here. My TOC is breaking in such a way that instead of filling up the first page, then flowing to the second page, the TOC is splitting after the 23rd...
  18. Doroth

    Next Page Section Break

    I have seen this before on converted documents. The only way that I have been able to delete the break is to make a few returns before it, a few returns after and then to select the big block of white space in between the paragraphs you want to keep. Ideally the break should be in the middle of...
  19. Doroth

    Missing Reminders

    In Outlook 2002 you find it by going to: Tools on menu bar-> options-> other tab-> advanced options button-> reminder options
  20. Doroth

    Netscape problems?

    Also, is there a way to make sure the page maximizes the screen, when the page is a smaller box than fully maximized, the graphics don't show up.

Part and Inventory Search

Back
Top