|
|
Conditional Formating: MAX & MIN by
Wes Finch
Hello and thanks for reading,
I use two conditional format formulas in the same column to bold the highest and lowest values starting in row 6 to row 38 as...
|
|
3 |
128 |
|
|
Quote constant? by
Charlotte E.[_3_]
Hi,
I would like to make a vbQuote constant, like:
Const vbQuote As String = Chr(34)
....so that I can use vbQuote when I need to insert a " in a string,...
|
|
8 |
102 |
|
|
VBA code for for telnet by
deepak
all,
I have a ip address in cell J5 on sheet1 called variables. How do I make that particular cell to be active so that whenever I click on that button it...
|
|
1 |
139 |
|
|
|
April 12th 13 11:45 PM
by Mcrowe
|
0 |
193 |
|
|
|
|
1 |
109 |
|
|
How to execute a command in VBA by
Dirk[_5_]
I have a spreadsheet with some ip addresses in it that I would link to issue a "ping" command for, parse the results and put the results in a different...
|
|
2 |
132 |
|
|
Return a value from Userform.Show()? by
Robert Crandal[_2_]
I have been relying heavily on global variables to return
a value (or values) from any Userform in my program.
Is this the only way to return a value from...
|
|
2 |
108 |
|
|
Sheet name=Cell value by
Mahal
Hey Everyone,
Here's what I'm trying to do:
If a cell value from one sheet equals another sheet name, I want to enter a value from a cell adjacent to the...
|
April 11th 13 09:16 AM
by Subodh
|
2 |
137 |
|
|
|
|
1 |
125 |
|
|
|
|
1 |
99 |
|
|
|
|
16 |
226 |
|
|
Double click a range by
Robert Crandal[_2_]
Is there a quick way to detect if the user double
clicks a specified range?
I'm currently dealing with the "Target" parameter of
the...
|
|
3 |
111 |
|
|
Question about "autocomplete" by
Robert Crandal[_2_]
The following two commands achieve the same result:
1) Sheet13.Cells(7, 6).Value = 1
or
2) Sheet13.Range("F7").Value = 1
If these two...
|
|
0 |
162 |
|
|
Delete a row that is double clicked by
Robert Crandal[_2_]
What is a quick and fast way to delete a row that is
double clicked by the user?
I know I must handle the Worksheet_BeforeDoubleClick()
function and the...
|
|
2 |
98 |
|
|
|
|
43 |
218 |
|
|
transformed vloopup by
oercim
Hello, I need to use vlookup in different way. As it is known well, vlookup finds a common key and insert a described cell for the related match. However, I...
|
April 9th 13 06:36 AM
by oercim
|
2 |
158 |
|
|
Input Box flaw? by
JonathanK1
I have an input box that searches column 8. Ok, no problem. It pulls the data (copies it) and pastes it. Except that it's pasting some of the wrong...
( 1 2 3)
|
|
24 |
307 |
|
|
best way to validate data in forms; 2010 by
cate
I know how to use validation in cells and I know how to build basic
forms. (lol - aren't I smart).
What's the best way to validate data entered from a form. ...
|
April 8th 13 06:42 AM
by witek
|
1 |
82 |
|
|
Plot Polyline using XY coordinates by
Subodh
Hi All,
I want to plot a polyline in excel using the XY Coordinates.
I tried using the following
Sub plinee()
For i= 1 to 10
myshape(i,...
|
April 8th 13 04:37 AM
by Subodh
|
0 |
93 |
|
|
Select method failed - Error 400 by
Robert Crandal[_2_]
The following code generates an error in Line 5
Sheets("APR").Select
Rows("9:9").Select
Selection.Insert Shift:=xlDown,...
|
|
2 |
118 |