CPU
A Central Processing Unit (CPU), or sometimes just called processor, is a description of a class of logic machines that can execute computer programs.
Application
Computer Science
Remove
Language
Visual Basic
Remove
License
Any
I remember the good old days when I was still learning and every puzzle pozed was new grounds to tackle (insert nostalgia here)
Sure! not a problem:
I don't know how much you know about For...
: certainly, here's one way-
:
:
: :
: Sub Macro1()
: '
: ' Macro1 Macro
: ' Macro recorded 08/14/2008 by
: '
: ' Keyboard Shortcut: Ctrl+q
: '
:
: Dim myName As String
:...
certainly, here's one way-
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 08/14/2008 by
'
' Keyboard Shortcut: Ctrl+q
'
Dim myName As String
myName = "D:\" 'drive-letter...
Hi,
I am very new to VBA so excuse my ignorance.
Is it possible to save a file using several different cell references as its file name?
I have written a macro that creates a new workbook...
Dear Sir / Madam,
Have a nice day!. I am new to Visual C++ - Win 32 API Programming. Starting from Zero. I want to know about Basic Input & Output in Win 32 API.
Input BOX in Win32 API?
Can...
Greetings
I am fairly new to Excel VBA and need some help. I have an excel form that inlcudes a multicolumn listbox that displays item number, item description, and price. It is populated from a...
Hi,
Thanks for the reply,
I have tried what you suggested but it will no longer allow my sheet to update automatically. Could you give me an example of how you would do this?
I am very new to...
= 0.8
a.Fill.ForeColor.SchemeColor = 5
a.Line.ForeColor.SchemeColor = 8
Case Is = 0
a.Fill.ForeColor.SchemeColor = 22
a.Line.ForeColor.SchemeColor = 8
Case Else
a.Fill.ForeColor...
= 0.8
a.Fill.ForeColor.SchemeColor = 5
a.Line.ForeColor.SchemeColor = 8
Case Is = 0
a.Fill.ForeColor.SchemeColor = 22
a.Line.ForeColor.SchemeColor = 8
Case Else
a.Fill...
This message was edited by HackmanC at 2005-10-28 15:26:2
I believed DDE was dead ! Ooops !
From COM+ there was no need to DDE, COM provides better IPC.
You can make an Object Type Excel ... etc....
Good day to all,
Hello guys i need someone who gonna enligthin my worries i have a problem regarding on saving a image pic thru Image box/Picture box
save as a file using a button or a...
: :
: : Private Sub Command1_Click()
: : Open_ProvDB
: : Open_Harlingen
: :
: : Dim Picture1 As Image
: : ezVidCap1.SaveDIB "c:\Providers\Picture.bmp"
: :
: : With Picture1
: : .Picture =...
: : This message was edited by DrMarten at 2005-3-15 19:33:13
: : This message was edited by DrMarten at 2005-3-15 19:23:0: Try this code, change the ResultCOL to place the results in a different...
:
: 1 C2
: 2 A2
: 3 C1
: 4 C3
: 5 B2
: 6 A3
: 7 A1
: 8 B3
: 9 B1
:
: Any help much appreciated. :-)
:
:
:
:
:
:
:
:
Try this code, change the ResultCOL to place the...
: Okay, thanks for the response! I've done as you suggested and it works to an extent.
:
: I'm having a problem actually getting the contents of MSComm.Input into another variable. I know it...
Okay, thanks for the response! I've done as you suggested and it works to an extent.
I'm having a problem actually getting the contents of MSComm.Input into another variable. I know it sounds...
: Hmmmm...Not much interest in this post!
:
: Any more details i need to add? heres the code i'm using so far which isn't working.
:
:
:
: Private Sub Form_Load()
:
: ' Buffer to hold...
Hmmmm...Not much interest in this post!
Any more details i need to add? heres the code i'm using so far which isn't working.
Private Sub Form_Load()
' Buffer to hold input string...
This message was edited by DorisTan at 2005-2-1 23:49:2
HI;
Does anyone know how to get the height of a cell?? i have a table in word and i would like to get the height of each cell, and from...
Hi...
Pls. help me in one of my projects in my computer subject.
VB Code for Round Robin, SJF, Multi level queue cpu scheduling.
Thanks....