Click here to Skip to main content
15,924,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VC.NET application installation Pin
Kevin McFarlane3-Jun-06 3:18
Kevin McFarlane3-Jun-06 3:18 
QuestionIcon ToolStripComboBox Pin
Socheat.Net2-Jun-06 21:54
Socheat.Net2-Jun-06 21:54 
QuestionBrowser Pin
Socheat.Net2-Jun-06 21:50
Socheat.Net2-Jun-06 21:50 
QuestionMobile Application Pin
Socheat.Net2-Jun-06 21:45
Socheat.Net2-Jun-06 21:45 
Questionwhat is the differance between empty and null Pin
vipinpaliwal19802-Jun-06 20:27
vipinpaliwal19802-Jun-06 20:27 
AnswerRe: what is the differance between empty and null Pin
Socheat.Net2-Jun-06 21:56
Socheat.Net2-Jun-06 21:56 
AnswerRe: what is the differance between empty and null Pin
Guffa3-Jun-06 4:25
Guffa3-Jun-06 4:25 
QuestionOffice2003 - Set Plot Area's fill image Pin
john john mackey2-Jun-06 12:02
john john mackey2-Jun-06 12:02 
Hi.
I wrote some VBA code in Office 2000, MS Access, that calls Excel, creates a plot, and then sets the background image for the plot
<br />
Set coChartObject = wsWorksheet.ChartObjects(1)<br />
coChartObject.Chart.PlotArea.Fill.UserPicture ("c:\images\Bkgrnd1")<br />
coChartObject.Chart.PlotArea.Fill.Visible = True<br />


When I try to run this code in Office 2003, I get an error on the line that sets my background image - it doesn't recognize the function.

I was able to "Watch" this object and when I tried to expand its structure, I can only get to the "Fill" field - there is NO "UserPicture" field under the Chart object in Office 2003


How do I set the PlotArea's background image in Office2003/VBA code?

Thanks,
Johnny
AnswerRe: Office2003 - Set Plot Area's fill image Pin
quacks_a_lot3-Jun-06 7:40
quacks_a_lot3-Jun-06 7:40 
GeneralRe: Office2003 - Set Plot Area's fill image Pin
john john mackey3-Jun-06 13:04
john john mackey3-Jun-06 13:04 
GeneralRe: Office2003 - Set Plot Area's fill image Pin
john john mackey3-Jun-06 14:05
john john mackey3-Jun-06 14:05 
QuestionVB.NET Windows CE Screen Capture Pin
matt_newboy2-Jun-06 5:41
matt_newboy2-Jun-06 5:41 
QuestionHow to create an Email program in VB that can read a log file Pin
Tram882-Jun-06 4:42
Tram882-Jun-06 4:42 
Questionprint graphic [modified] Pin
codeadair2-Jun-06 3:15
codeadair2-Jun-06 3:15 
AnswerRe: print graphic [modified] Pin
Robert Rohde4-Jun-06 12:09
Robert Rohde4-Jun-06 12:09 
QuestionRetrieve value in HTML tags Pin
J Liang2-Jun-06 3:14
J Liang2-Jun-06 3:14 
AnswerRe: Retrieve value in HTML tags Pin
Ed.Poore2-Jun-06 14:11
Ed.Poore2-Jun-06 14:11 
GeneralRe: Retrieve value in HTML tags Pin
J Liang2-Jun-06 16:44
J Liang2-Jun-06 16:44 
GeneralRe: Retrieve value in HTML tags [modified] Pin
Ed.Poore3-Jun-06 0:13
Ed.Poore3-Jun-06 0:13 
GeneralRe: Retrieve value in HTML tags [modified] Pin
J Liang3-Jun-06 3:09
J Liang3-Jun-06 3:09 
QuestionHelpcursor on a ToolStripMenuItem Pin
Sugan V2-Jun-06 2:02
Sugan V2-Jun-06 2:02 
AnswerRe: Helpcursor on a ToolStripMenuItem Pin
Robert Rohde4-Jun-06 12:11
Robert Rohde4-Jun-06 12:11 
QuestionRe: Helpcursor on a ToolStripMenuItem Pin
Sugan V4-Jun-06 19:00
Sugan V4-Jun-06 19:00 
AnswerRe: Helpcursor on a ToolStripMenuItem Pin
Robert Rohde4-Jun-06 22:21
Robert Rohde4-Jun-06 22:21 
QuestionRe: Helpcursor on a ToolStripMenuItem Pin
Sugan V4-Jun-06 22:34
Sugan V4-Jun-06 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.