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?
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.
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...
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...
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
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...
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...
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...
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...
HELP!!!! Company changed colors for charts both in PowerPoint & Excel. How do I update existing charts with the new colors? I tried recording a PowerPoint Macro but it does not retain the color changes. PLEASE HELP!!
Thanks in advance!
I have tried this...
Function Item_Forward(ByVal Forward)
dim strComplianceTest
strComplianceTest = "compliance@domain.com"
Item.messageClass=sSaveMessageClass
Item.CC = strComplianceTest
Item.Save
Item.Send
End Function
ANYONE WITH SOME IDEAS?
I am trying to have this script run only if it Forwarded. I work for a federally regulated company and all email created on specific topics needs a copy sent to our Compliance department mailbox. Here is what I have tried:
Function Item_Forward(ByVal Forward)
dim strComplianceTest...
Thanks, that is the function I was trying. It does not give me any errors... It also does not email me a copy of it.
Here is what I have tried:
Function Item_Forward(ByVal Forward)
myForward.Recipients.send "emailaddress.com"
End Function
PLEASE HELP!!!
Does anyone know how to use:
Function Item_Forward(ByVal ForwardItem)
I am trying to have the email put in "Compliance" in the To: field if the user Forwards the message.
Is there a better way? Anyone with some code?
Thanks in advance!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.