Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old October 7th, 2005, 11:41 AM
mollyg2782 mollyg2782 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 4 mollyg2782 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 7 m 21 sec
Reputation Power: 0
Powerpoint Title String Incomplete

Hello,

I have a vb code that I use to create PowerPoint slides by extracting charts from Excel. I need the title of my slides to read Per Case Margin Variance FY2005Q3

Dim FY as String
Dim QTR as String

FY = xlWrkBook.Worksheets("Variance Chart").Range("B1").Value
QTR = xlWrkBook.Worksheets("Variance Chart").Range("C1").Value
ActivePresentation.Slides(Index:=1).Shapes.Title.T extFrame.TextRange.Text = "Per Case Margin Variance FY" + FY + "Q" + QTR

However, the result I am getting is reading Per Case Margin Variance FYQ. Why are my variables not being put into the title?

I am new at VB so thanks so much!

Reply With Quote
  #2  
Old October 7th, 2005, 01:10 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 23 h 29 m 58 sec
Reputation Power: 181
You should use the & operator to concatenate. Using the + operator can give you strange results when numbers are involved.

ActivePresentation.Slides(Index:=1).Shapes.Title.T extFrame.TextRange.Text = "Per Case Margin Variance FY" & FY & "Q" & QTR
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old October 10th, 2005, 11:32 AM
mollyg2782 mollyg2782 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 4 mollyg2782 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 7 m 21 sec
Reputation Power: 0
Thanks for your response!

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Powerpoint Title String Incomplete


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT