Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by brothertruffle880
at 2024-07-20 18:02:11
Point:500 Replies:4 POST_ID:829044USER_ID:11832
Topic:
VB Script;;
Do you need to be inside an MS Office application to run a VBS file? (Visual Basic Script)?
Also can I get a few learning sites for VB script? I know very little about it.
Also can I get a few learning sites for VB script? I know very little about it.
Author: brothertruffle880 replied at 2024-07-21 01:25:40
Thanks!
Assisted Solution
Expert: duncanb7 replied at 2024-07-20 22:55:34
166 points EXCELLENT
Starting the VB Script for your first code from tutorial from MS site at
http://technet.microsoft.com/en-us/scriptcenter/dd940112.aspx
After that, you have test.vbs, you can run it at command-lin with "cscript test.vbs" or
open Window Explorer and search or locate the and click test.vps file
Duncan
http://technet.microsoft.com/en-us/scriptcenter/dd940112.aspx
After that, you have test.vbs, you can run it at command-lin with "cscript test.vbs" or
open Window Explorer and search or locate the and click test.vps file
Duncan
Accepted Solution
Expert: MacroShadow replied at 2024-07-20 22:44:44
167 points EXCELLENT
Assisted Solution
Expert: MacroShadow replied at 2024-07-20 22:42:53
167 points EXCELLENT
No. The programming language within Microsoft Office files is Visual Basic for Applications aka VBA. VBS aka Visual Basic Script is a similar subset of Visual Basic, but it is stand-alone.