A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Post New Thread
Threads in Forum : Excel Programming Forum Tools Search this Forum Feed Icon
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
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...
April 14th 13 07:14 PM
by Wes Finch Go to last post
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,...
April 13th 13 11:14 PM
by GS[_2_] Go to last post
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...
April 13th 13 12:49 AM
by isabelle Go to last post
1 139
VBA Code to create reminders in Outlook from Excel by Mcrowe
Hello all, I am new to the forum and the world of programming via VBA in excel. The only programming knowledge I have is QBasic from high school -- i.e. i do...
April 12th 13 11:45 PM
by Mcrowe Go to last post
0 193
Avoid compile error if userform doesn't exists??? by Charlotte E.[_3_]
It is possible to avoid 'compile Error' when calling another macro and that macro doesn't exists, by using Application.Run. So, instead of using Call...
April 12th 13 04:01 PM
by GS[_2_] Go to last post
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...
April 11th 13 09:06 PM
by Dirk[_5_] Go to last post
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...
April 11th 13 07:38 PM
by GS[_2_] Go to last post
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 Go to last post
2 137
make use of cell defined data validation in vba by cate
In vba, is there a way to exercise/engage the validation already defined in a cell?? I have cells that have defined data rules but I seem to be able to set...
April 11th 13 04:55 AM
by Ben McClave Go to last post
1 125
Hyperlink to Same sheet but after that want to hide link sheet by Ash Baw
Hello Sir, I create button on sheet1 and hyperlink this button to open sheet2. after that i hide sheet2 but when i hide sheet2 link nor work. i want to button...
April 10th 13 09:16 AM
by GS[_2_] Go to last post
1 99
How to get a value from 1 table to a 2nd. by Paul
Hallo I am back to ask for more help to You. First table: A,B,C are input data D = summ of value from 2nd table E= C-D F= input data A B C D E F
(Multi-page thread 1 2)
April 10th 13 07:59 AM
by Claus Busch Go to last post
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...
April 10th 13 06:02 AM
by GS[_2_] Go to last post
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...
April 9th 13 07:45 PM
by Robert Crandal[_2_] Go to last post
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...
April 9th 13 06:51 PM
by Robert Crandal[_2_] Go to last post
2 98
Copy adjacent Sheet and name from a list by Howard
Code is in sheet "Summary" module. This works fine as far as adding a number of sheet and naming them from the list C9:Cn on sheet named "Summary". There are...
(Multi-page thread 1 2 3 ... Last Page)
April 9th 13 06:48 PM
by Claus Busch Go to last post
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 Go to last post
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...
(Multi-page thread 1 2 3)
April 8th 13 03:07 PM
by GS[_2_] Go to last post
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 Go to last post
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 Go to last post
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,...
April 6th 13 10:27 PM
by Robert Crandal[_2_] Go to last post
2 118
Post New Thread


Display Options
Showing threads 81 to 100 of 172921
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:42 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2004-2013 ExcelBanter.
The comments are property of their posters.