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 wOOdy-Soft 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 mblaster

  1. mblaster

    Splitting .pdf file

    If you have Adobe Acrobat 5.0 you can extract pages.
  2. mblaster

    importing excel spreadsheets into access : Error

    Do any of your cells contain "Hard Returns" where it makes the text wrap at a specific point? Have you tried importing it into a new Access database for testing to see if it is Excel or the Access database?
  3. mblaster

    Custom form error message

    Right click on the mailbox, properties. Does "when posting to this folder, use __________ match other users? They may have played with forms and then selected as their default form.
  4. mblaster

    importing excel spreadsheets into access : Error

    Check you Excel Spreadsheet. Make sure it has: 1. One Field name per column 2. No Merged cells 3. possibly ... Last column has info in each Row (create one if necessary, (i.e. x) so Access knows where each row ends. If these don't work, try copying array (not sheet) to new workbook. There...
  5. mblaster

    Custom form error message

    Where is the form coming from...Organizational Forms Library? or Personal Forms Library? Has it been published? mblaster
  6. mblaster

    Excel "Draft"

    Great!... How do you print it?
  7. mblaster

    Outlook problem on new incoming emails

    Just checking... Do you have the following checked in Outlook? Tools\Options\Preferences\Email Options (button) Display a notification message when new email arrives or Tools\Options\Preferences\Email Options (button)\Advanced Email Options (button)\When New Email Arrives Play a sound...
  8. mblaster

    Password Protect

    See Microsoft Knowledge Base Article= 189547 http://support.microsoft.com/default.aspx?scid=kb;en-us;189547 Bottom line: PPT97 - Does not provide the ability to password protect presentations Sorry, not a menu item! Mblaster
  9. mblaster

    MS Word 2000

    1. One way to check what SkipVought suggested...that you did use "Page X of Y" Tools/Options/Print(tab)\Include with Document\Check the "Field codes" options. You will see in Print Preview "Page {PAGE} of {NUMPAGES}" if you used Page X of Y. 2. Do you have the...
  10. mblaster

    Can you share autotext lists among users?

    See Microsoft Knowledge Base Article 207748
  11. mblaster

    MS Word Macro needed

    Normally you would open a .csv file in Excel not Word.
  12. mblaster

    Powerpoint to Word Problem

    Have you just tried... Word: Create Landscape A4 with margins: 0,0,0,0 PPT: on First slide.. Ctrl+A(Select All), Ctrl+C(Copy) Word: Ctrl+V(Paste)
  13. mblaster

    PowerPoint Chart Colors

    Thanks Tony, That does clear up some confusion about Excel. But I still have not found a way to directly change PowerPoint's Color Palette. In Excel I used: ActiveWorkbook.Colors(17) = RGB(153, 153, 255) Skip is a Wizard! After using his first macro the barcharts did change color but I...
  14. mblaster

    PowerPoint Chart Colors

    Thank you! Your code worked perfectly for the Bar Charts. I added the additional "case #" for up to the 12 colors with their RGB#s. But it stop for line/pie charts. Do I need a different macro for each type of chart? Do you know if there are different RGB standards? The colors...
  15. mblaster

    PowerPoint Chart Colors

    What part(s) of charts is/are changing color? Series FillColor for: Bar/Pie/Line From what to what? From whatever the current fill color to specific RGB#s: Series 1: 0, 34, 76 Series 2: 174, 188, 158 Series 3: 111, 150, 201 etc Are these Embedded...

Part and Inventory Search

Back
Top