VB6 Finding the RGB values of a color ShowVB6 Finding the RGB values of a color
Dim R as integer
Dim G as integer
Dim B as integer
Sub FindRGB(Col As Long)
R = &HFF& And Col
G = (&HFF00& And Col ) \ 256
B = (&HFF0000 And Col ) \ 65536
End Sub
Note: Here...
[Virus] Removal Kit for W32.Netsky Show[Virus] Removal Kit for W32.Netsky
Variants
Removal Kit
More information
Symantec has developed a removal kit to handle the following versions of W32.Netsky@mm
Variants
W32.Netsky.B@mm
W32.Netsky.C@mm
W32.Netsky.D@mm
...
Excel - Send value of cell to target ShowExcel - Send value of cell to target
Issue
Solution
Note
Issue
Is it possible to send the value of a cell (copy and paste special) to another cell where the value would not be disturbed when the source value changes to '0'?
My...
Download Passware Kit ShowThe application Passware Kit allows you to easily find the passwords for a large number of files. It works without any problem with MS Office, WinZip, WinRAR, Outlook, Internet Explorer, SQL.
Advantage
This pack contains over 25 modules that allow...
Spreadsheet - Formulas ShowIntroduction to Formulas
The main use of a spreadsheet is to automate
calculations, which means using cells to perform operations based on
values in other cells. The spreadsheet recalculates all the values each
time a change is made to the value of...
Spreadsheets - Mathematical Functions ShowStandard Functions
Function
Description
ABS()
This function returns the absolute value of a number. It therefore
returns the number, if it is positive, or the opposite (positive) if it
is negative
ODD(value)
Rounds a number up to the...