Questions & Answers for: Microsoft examples variable Computers & Internet

Question about Office Professional 2007 Full Version for PC

1 Answer

Macro Need to know how to create a macro to set all the forms on a excel sheet to a default value. Also have created a macro to paste values from specific cells to a different sheet. need to know how ...

Ad

Question about Visual Basic 6.0 for PC

1 Answer

program not working i click on my command button on VB and a error message came up saying Type mismatch and highlighted the private sub part Type mismatch is caused by trying to use a variable ...

Ad

while wathing movie by acer 3260 laptop video & audio slow Hello sanjeev_vada, This procedure is from the windows media player help file.I hope it's useful: ------------------------- *To play content ...

Question about Visual Basic 6.0 for PC

1 Answer

book mark property of recordset (ado) tell me the full code to understand the bookmark property of recordset as soon as possible The bookmark property of a recordset lets you store and retrieve the ...

Question about Visual Basic 6.0 for PC

2 Answers

VB 6.0 ROUNDING A NUMBER Hai everybody I need VB 6.0 code for rounding a number to the nearest multiple of 10 for example: 32.1 should be rouded off to 40 kindly send solution at the earliest Use the ...

Question about Windows Vista Home Premium with Service Pack 1: Windows

1 Answer

action script for windows i need to create an action script for windowswhich checks a value in text file if that value is there then do smome actions like open a dirctoy or set some remider like Hi, I

Question about Visual Basic Enterprise Edition 6.0 (361-00667) for PC

1 Answer

i want to have the source codes for printing diamond shape asterisk in visual basic I am pretty sure I got this as a homework assignment in programming class. If I had someone give it to me then I ...

Question about Visual Studio 2005 Standard Edition for PC

1 Answer

what does Dim, Try , Me , Private Sub means in Visual Basic Dim allows you to declare a variable. It is short for "Dimension", and is an old old keyword. For example if you want to declare a variable ...

Question about Outlook Express

1 Answer

OUTLOOK EXPRESS - RETRIEVE LOST E-MAILS SENT BOX MAY HAVE GOT FULL AND ALL SENT E-MAILS HAVE DISAPPEARED, IS IT POSSIBLE TO RETRIEVE THEM Outlook Express is quite complicated software, which has some ...

Question about Outlook Express

1 Answer

do while statement in c Here is a simple example of do while statements in C x=10; do { x--; } while ( x > 0 ); We set the x variable to 10 at the top of the code, and then do a "do while loop". ...

Not finding what you are looking for?

Ask a Question

Usually answered in minutes!

Manuals & User Guides

Loading...