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!

Search results for query: *

  • Users: Mitsu
  • Order by date
  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
  15. Mitsu

    Button in a field?

    Thank you for your help, I will try that. Kylua: does that mean that if I have more that one button, I would need seperate macros, Because I have lots of buttons in each sheet that need to do the same thing for their respective &quot;date&quot; field? Thanks, again Mitsu
  16. Mitsu

    how do I specify what page a spreadsheet opens up to?

    How do I specify what page a spreadsheet opens up to? It seems that Excel remembers the sheet that you last looked at and when opening the file again, it jumps to that page. I have a table of contents &quot;page&quot; that I want excel to jump to every time I open the file regardless of what...
  17. Mitsu

    Button in a field?

    Hi All, I have a button with a macro assigned to it so that when it is pressed it will add the date to a field. That part is working..... but it places the date in the selected field even if it is different than the one with the button in it. What I want to do is have the date appear in the...
  18. Mitsu

    NEW TO FLASH NEED HELP EXPORTING SHOCKWAVE

    Apollo, this may be a late resonse, but ...<br> <br> If you are creating SWF's in the first place, then you must have either a working copy of the program or the demo. In either case when you installed Flash, you should have also installed a utility called "Aftershock". this makes creating web...
  19. Mitsu

    I'm a dummy ;). Can you help me?

    well first off Flash Rocks! and if you understand what it brings to the web, and you want to keep up with what is happining on the web, then Flash knowledge is a must!<br> <br> First if you haven't already go to www.macromedia.com and snag yourself a free 1 month full working demo of flash3.<br>...

Part and Inventory Search

Back
Top