VB Script/Expert Profile

Subbu

U.S.
On Vacation
returns 06/14/2012
Expertise

I can answer VB Script questions which are related to Visual Basic / VBA / QTP Scripts.

Experience in the area

8 Years

Education/Credentials

Master of Computer Applications

Awards and Honors

Established Member from QA Forums and Brainbench certification

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Ajay07/09/11101010 
Caleb01/07/11101010Thanks!
Tim09/19/091010Thanks
Craig09/11/09101010Excellent response in a timely fashion. Helped .....
Claude09/10/09101010Thanks a lot for your help Subbu .....

Recent Answers from Subbu

2011-07-08 generate unique numbers:

Kavitha,    I misunderstood your question earlier, sorry for that, here you go:    Call uniqueNum(1020, 2)     Function uniqueNum(num, digits)  If Len(Trim(Str(num))) < digits Then      MsgBox "Invalid

2011-01-07 Rounding Numbers:

use round function.  Syntax:  round(value,decimalplaces)    For example:  a=84.32  msgbox round(a,0) 'This will give 84    b=84.52  msgbox round(b,0) 'This will give 85 because while rounding the first

2009-09-21 function ...objmail.send not working:

Vikash,    what is the error message you are getting after execution of objmail.send.    objmail is object of Outlook or LotusNotes?    Did you set all mandatory properties of objmail (like sendTo, Date

2009-09-17 Run a scipt to save an outlook attachment to a specific file path:

John,    Sorry for late reply, I am very good in Lotus Notes email, even though I will try.    have you done some R & D?  If yes please share with me that would more helpful to me.    For your reference

2009-09-15 VB or excel macro: find 2-subsets of an n-set:

Tim,  Sorry for late reply (I had couple of break fixes in my current SAP application), here you go:    Dim x As Integer  Dim y As Integer  x = 10 'Customize  y = 1  z = 1  While z <= 2 'I did iterate

 

Ask A Question

VB Script

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.