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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mitsu

  1. Mitsu

    Stepping through objects, identifying attributes, storing data for lat

    Hi All, I am just starting in VBA and this site has been a huge help! I have a task I could use some help with. To start off with. I will be starting with graphics in Corel Draw 13 that will contain a variable amount of objects, some objects are single shapes and some may be "combined" with...
  2. Mitsu

    Problems with Node or shape editing in X3

    Hi again, The issue that I am refering to is considered a "feature" by corel. First, lets consider that I am working with a shape that is converted to curves. Each node has "Bezier handles" based on which kind of node it is: cusp, smooth... This is normal and not the problem I am refering to...
  3. Mitsu

    Problems with Node or shape editing in X3

    Hi all, I have used Corel Draw for many many years. I prefer it's shape/node editing over compeating products. However when I upgraded to X3 they changed the way individual nodes are displayed. I hate the new way nodes have "extenders" or "handles" if they are too close to other nodes. If...
  4. Mitsu

    in I.E. my buttons need 2 clicks before they do anything

    Thank you Oldnewbie! I really appreciate it. Mitsu
  5. Mitsu

    in I.E. my buttons need 2 clicks before they do anything

    I have use the same navigation for years with no problem. But with the latest Internet Explorer the buttons need 2 clicks to work. the first click seems to be giving that portion of the site "focus" and the second click anywhere within the navagation works. It is fine in firefox, it just is not...
  6. Mitsu

    Bump-Map in X3 not working for me

    Hi all, I have Corel Photopaint X3 and the effects/custom/bump-map is not working for me. Even if I start with a new document with a medium color (not white) with no mask, and use one of their presets... it still wont work... However, when I start with any image it seems to be only using the...
  7. Mitsu

    Export GIF Image Size Problem

    Hi DaveFish, The problem is the resolution that you are exporting the gif. I just duplicated the problem and with the default setting of 300 dpi it trippled the size of the image when I put it in Excell. so.... I set the resoultion to 96 dpi and it came out actual size in Excel. you can find...
  8. Mitsu

    OCR in Corel 9 or 11?

    Hi all, I am trying to convert a scanned image of a page of text into type. ( I don't want to type it )... Corel Trace used to do OCR but now I cant find it. I have Corel 9 and 11. Any help is much appreciated. Thanks, Mitsu
  9. Mitsu

    Changing one spreadsheet page from another

    Hi Rob: thank you for your time! Here is what I have for code: Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Excel.Range) Dim fred As Range Set fred = Sheets(&quot;TOC&quot;).Range(&quot;A3&quot;) Do While fred <> Sh.Name And fred <> &quot;&quot; Set fred =...
  10. Mitsu

    Changing one spreadsheet page from another

    I am still lost... how does that code &quot;know&quot; what sheet and cell is doing the changing... and how would it &quot;Know&quot; to change the proper row's font color on the TOC page? Mitsu
  11. Mitsu

    Changing one spreadsheet page from another

    Wow, Thanks Rob. I will give that a try. Mitsu
  12. Mitsu

    Changing one spreadsheet page from another

    Hi all, I have a multipage spreadsheet that also has a table of contents. If data on any of the pages has been updated, I want some way for the table of contents to indicate which pages have updated information. This is so users don't need to look at every page to see if anything has been...
  13. Mitsu

    Can a macro be assigned to a button that can identify what...?

    Yes, I guess it is &quot;over&quot; the cell. Mitsu
  14. Mitsu

    Can a macro be assigned to a button that can identify what...?

    Can a macro be assigned to a button that can identify what cell the clicked button is in ? In other words, If I had a button in a non-selected cell and then clicked on the button, I want the button's macro to identify the cell it is in. Any ideas? Thanks in advance, Mitsu

Part and Inventory Search

Back
Top