Difference Between Select And Activate

Oct 30, 2013

What's the difference in *.select and *.activate is?

IE, workbooks("workbookname.xls").activate and workbooks("workbookname.xls").select.

View 3 Replies


ADVERTISEMENT

Select Vs Activate: When To Use Which

Apr 6, 2007

1. What's the difference between:

Worksheets("Sheet1"). Range("A5").Select

and

Worksheets("Sheet1").Range("A5").Activate

?

2. Can I use a Selection. method with an object 'selected' using .Activate in the preceding code line?

3. Say I am currently on Sheet2, Cell A5. When I click the macro button, I want Excel to copy the value from Sheet1, Cell A5 and paste it into Sheet2, Cell A5. But I do NOT want the screen display to actually jump from Sheet2 to Sheet1, and then back to Sheet2. So do I need to use .Activate, or .Select, to copy the value of Sheet1, Cell A5?

View 4 Replies View Related

Eliminate Select & Activate

Jun 3, 2009

What is the quickest way to eliminate .Select, .Selection and .Activate from code to increase efficiency?

How do I refer to the range and workbook without selecting them first?

View 14 Replies View Related

Select / Activate Specific Row Then Copy Format / Formula To All Blank Rows

Jan 21, 2012

I need a code that will copy the format AND formulas of the entire row that I have selected (or activatedwith my cursor) to each and every blank row - until it gets to the last row of data on this spreadsheet.Since any employee could have more than 1 row of data - I am using a code that inserts1 blank row after each NEW employee name.

NOTE: This report is initially sorted by employee name so that each occurrence is grouped together.REPORT SPECIFICS:1) This report reflects typical paryoll information.2) Certain columns have data that is either in text, general, or number ($) format3) The number of columns may vary depending on which PR report is being worked4) For the sake of simplicity - we can assume that the column titles will always be across row 15) Each employee name on this report may repeat several times depending on how many weeks they worked,so the SUM() formula should adjust automatically to capture all the rows of data to add up for each employee

HERE IS MY SPREADSHEET:
texttexttexttexttextformulaformulaformulaDeptDivEmployee NameEE#Period EndHrs WorkedPTOAccrd LiabilityCSDINSEWilma Wilsont4561/7/1280.5$ 100.00 CSDINSEWilma Wilsont4561/16/12121$ 200.00 CSDINNECage Nick2581/7/1281$ 600.00 CSDINNECage Nick2581/16/12245$ 25.00 CSDINNECage Nick2581/23/12323$ 25.00 CSDINWPolly Cracker1781/7/12856$ 60.00 CSDINWPolly Cracker1781/16/12242$ 654.00 ARVIPWPolly Cracker1781/23/12322$ 2.00 ARVIPWPolly Cracker1781/28/12161$ 5.00 ARVIPWPolly Cracker1782/6/1284$ 3.00 CSDINSEDim Sum6871/7/1284$ 65.00 CSDINSEDim Sum6871/16/12126$ 5.00

HERE IS MY CODE TO INSERT 1 ROW
Sub InsertRowAtNewNameONE()Dim LR As Long, i As LongLR = Range("C" & Rows.Count).End(xlUp).RowFor i = LR To 2 Step -1If Range("C" & i).Value Range("C" & i - 1).Value Then Rows(i).InsertNext iEnd Sub

NOTE: See below: I will format and add formulas where I need on the 1st blank row that was createdand I need a code that will copy this particular row to all blank rows to the last.

recordtexttexttexttextcountformulaformulaformulaDeptDivEmployee NameEE#Period EndHrs WorkedPTOAccrd LiabilityCSDINSEWilma Wilsont4561/7/1280.5$ 100.00 CSDINSEWilma Wilsont4561/16/12121$ 200.00 2201.5$ 300.00

View 5 Replies View Related

Excel 2010 :: How To Select Userform Button And Activate With Pressing Enter Key

Jul 2, 2012

I have developed a Userform button in Excel 2010 using the developer icons, which when clicked on with my mouse it runs my super dooper macro. It works great!

But one thing I want to have happen is to have the choice of using the Enter key to start the macro or use the left mouse button

For example, I place data in (say) cell A1 and the userform button is in cell A2. When I place the data in A1 and press the Enter key, the cursor moves down to A2, but doesn't highlight the user button. When I press the Enter key again, the cursor moves to cell A3.

What I want is when I fill in the data in A1 and press the Enter key, the cursor moves to cell A2 and selects the button, so that when I press the Enter key again, it activates the macro.

View 3 Replies View Related

Is There A Difference Between Select Case And If..Then

Apr 17, 2009

Is there any difference between these 2 codes:

View 12 Replies View Related

Activate App

Nov 23, 2007

When i exdcute my code in the userform, the line

AppActivate "Microsoft excel"
does not run, so it gives me

Run Time Error 5 :
Invalid proceduer call or Argument

View 9 Replies View Related

Activate The Calculation?

Mar 4, 2009

I have a spreadsheet with several formulas where I have to go into each one of them to activate the calculation. I use F2 and enter. Automatic calculation is on. Do any of you know how this can be done automatically. A VBA-code will fit the purpose.

View 3 Replies View Related

Activate Different Workbook

Apr 23, 2008

I have two or more DIFFERENT INSTANCES of excel workbooks open at the same time. EX: Wk1, Wk2, & Wk3

Currently I have Wk3 showing in the screen.

Through a Macro, how can I display (bring to front) Wk1 without closing Wk3 ?

This is part of a longer macro, so I only need to know how to do above.

View 15 Replies View Related

Activate Another Workbook

Sep 16, 2009

I have an open workbook(A.xls) where the user can press a button which opens another workbook (B.xls) In workbook B they need to add new names then press another button to run another script. The script needs to switch to workbook A in order to work correctly. How can I switch to workbook A without using the name of the workbook? The reason I cant use the name to activate is because the first workbook that is open is not always A.xls

View 4 Replies View Related

ActiveCell.Activate...

Nov 23, 2009

ActiveCell.Activate. I'm reading through a VBA book and one line of code was

View 4 Replies View Related

Activate A Hyperlink

Feb 5, 2010

I'm reading a hyperlink into a spreadsheet using an =index,match,match formula. The Hyperlink appears as the correct one when you read it in the cell, but it does not link to that address....

View 8 Replies View Related

Macro To Activate URL?

Jan 19, 2012

I have a cell (B2) in which there is a formula referencing the value of another cell with the purpose of generating a URL- ="[URL] such that when a numeric value is entered in B3, B2 is made to contain the full URL including B3 as a unique identifier.

I have a macro which straightforwardly copies B2 and pastes its value in the same cell, rendering the text value of the URL.

How do I go about activating the URL as a hyperlink in the macro? It seems like if I click in the cell and hit return, or right-click/Hyperlink.../OK I'm creating a macro to reference the exact unique identifier present at the time that I'm recording the macro- e.g. if B3 is "123", I'm setting the macro to set B2 as [URL] rather than the actual unique identifier in B3.

Has anyone successfully activated the content of a cell as a hyperlink dynamically based on its exact content?

View 2 Replies View Related

ENTER = Activate?

Apr 8, 2007

In the following code, I have a find sub... when the user enters a date and hits the "Enter" key, is there a way to bypass the "Ok" key?

Private Sub cmdFind_Click()
Dim ws As Worksheet, myDate
Dim rFoundDate As Range

'check for valid distribution date (between October 1, 2006 thru December 31, 2014)
myDate = txtFindMyDate
With myDate
If DateValue(txtFindMyDate) < DateValue("10/1/2006") Or DateValue(txtFindMyDate) > DateValue("12/11/2014") Then
MsgBox "Please enter a date between October 2006 and December 2014"
.SetFocus
Exit Sub
End If
End With

Cells.Find(What:=txtFindMyDate, After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False, SearchFormat:=False).Activate

ActiveCell.Select
Unload Me
End Sub

View 9 Replies View Related

Activate Right Optionbutton

Jan 4, 2009

I have 5 Optionbuttons (in userform) named: Sheet1, Sheet2, Sheet3, Sheet4 and Sheet5.

When I open workbook Optionbutton1 (Sheet1) is activated, but what kind of loop(?) I need, if I want activate same named optionbutton than activate sheet.
Example: I activate sheet3 then Optionbutton3 (named sheet3) have to activated also.

I tried simple codes,
First worksheet:
Private Sub Worksheet_Activate()
OptionButton1.Value = True
End Sub

Second worksheet:
Private Sub Worksheet_Activate()
OptionButton1.Value = False
OptionButton2.Value = True
End Sub

View 9 Replies View Related

Activate Graph

Mar 7, 2010

I am getting old and can't remember how to activiate a graph to accept and show new numbers.

Example: In "Charts and Graphs for Microsoft Office 2007" by Bill how does one get the graph (Figure 3.35) to accept data for the coming months and have the data reflected in the Linear Trend Bar (the forecast bar is not in the figure) but I would like to include it?

View 9 Replies View Related

Looking For More Efficient Way To Activate Arrays?

Sep 17, 2012

I have a bunch of array formulas that need to be activated by going on the cell, hitting F2, then hitting Ctrl+Shift+Enter. In the attached sheet I have done a record macro to automate this. I have another sheet with something similar just a lot more items on Sheet1 (~250 items). It will be very time consuming for me to record macro and hit F2, then hit Ctrl+Shift+Enter ~250 times so I am wondering if there is any way to activate all the array formulas on the sheet in one go using 1 formula. I'm not too concerned with file size.Also, not all arrays only include columns A and C, other columns (D, G, H and J) are included too.

View 3 Replies View Related

Conditionally Activate Macro

Dec 14, 2006

Is there a way to activate a Macro with a conditional in one of the cells? It's like this, I want that if the content of A2 changes to "True" then C2,D2 and E2 change to bold and the background color change to yellow. Is there a way to do this?

View 14 Replies View Related

Run-time Error 9 On Activate

Nov 2, 2007

Learning VB6 by trial and error from code snippits on the web, however, am embarrassed to say I can't solve this simple one:

Trying to Open an Excel sheet and read it from VB6 code written in another Excel file.

View 12 Replies View Related

Formula To Activate Macro

Sep 6, 2005

Consider using a Worksheet Calculate Event macro (not Change Event) to
monitor the cell in question and call your macro when conditions are right.

"coal_miner" wrote:

> Greetings. Is there a way you can activate a macro through a formula.
> Example:
> =if(A1=B1,(macro here),"")?

View 14 Replies View Related

Activate Formula Without Clicking In Each Row

Jan 1, 2010

=IF(OR(J4="",K4=""),"",NETWORKDAYS(J4,K4,Holidays!Z$29:Z$39)-1)

Above is the formula that I have, I am putting it into Column L. When I do auto fill every row that has data in J and K the formula goes into as you would expect.

However the formula does not activate until I double click inside each individual row and hit enter. Therefore if the calculation in L4 was 1.0, then 1.0 will appear as the calculation in every row of Column L until I double click in each row individually and press enter.

View 3 Replies View Related

Activate Range By Offset

Oct 11, 2011

How do I activate four cells to the right of A5 using the offset function. I will need this to operate indivitually for each row so I cant use Range("B5:E5").Select. All I want to do is to merge the four cells to the right of column A

View 6 Replies View Related

CheckBox To Activate A Macro

Aug 3, 2012

I want a macro to be activate ONLY when I check the checkbox. Right now, it activate the macro each time I checked the box.

I want the macro to be activate ONLY when I put the check sign in the checkbox. Is that possible?

View 2 Replies View Related

Activate Folder That Is Already Running

Mar 27, 2013

I have a path to a folder that is already running. I just want to bring it up on the screen. Would that be done with AppActivate?

path:

"xxxxxLoanImportFileLoadingDockXXXXXSplitter"
Dim TargetDirectory as String
TargetDirectory = "xxxxxLoanImportFileLoadingDockXXXXXSplitter"

Looking for correct syntax.

View 3 Replies View Related

Using Pathname In A Variable To Activate

Sep 29, 2013

In one Sub() I assign a pathname to a variable. At the moment I am using this to activate the window of a file that is open....

Code:
Windows("OLD LOAD LIST.xls").Activate

But I would rather use this as the file name may sometimes be different...

Code:
Windows(Old_File).Activate

But it isn't working. Is it because I set the Old_File variable outside this Sub() and the variable is losing its contents ? If so, how do I make the variable keep its contents until its changed ?

View 9 Replies View Related

Use VBA To Activate Sheet1 Of Workbook?

Oct 3, 2013

How do I use VBA to Activate Sheet1 of a workbook? I am using the following to go BACK a sheet, but really need to get to the first sheet in the workbook.

Code:
Sheets(Sheets.Count - 1).Select

If it's a new wb, then it's tab is called Sheet1.If it's an existing wb, and it only has 1 sheet, then I need that one (in case someone has added a sheet and deleted Sheet1)

View 3 Replies View Related

Activate Macro If Cell Value Changes?

Mar 4, 2014

Basically, I'd like my macro to be activated whenever the value in cell A4 changes. Cell A4 has a numerical value between 1 and 10. The macro clears a contents table. Here it is:

Sub Clear()
Sheets('Form').Select
Range("H4:L10").Select
Selection.ClearContents
End Sub

How to get the (module) macro to be activated whenever cell A4 changes value?

View 2 Replies View Related

Windows.activate Not Working...

Dec 11, 2006

I have the below VBA code that I'm working on where I run it after I already have a workbook entitled BRNewBusiness121106.xls (or whatever day it is when I'm running the code) that's open, and the code opens another workbook, BR-MasterAccounts.xls and then does some work between the two workbooks.
The code is stopping with a "subscript out of range" error at this line:
Windows("BRNewBusiness" & Format(Date, "mm/dd/yy") & ".xls").Activate

Why is it doing this? What change do I need to make so the code will activate that already-open workbook?

david
--------------------------

Sub testAfterDAKCSupload()
'
Application.DisplayAlerts = False

MsgBox "new code follows...deskcheck before putting into production"
'edit the below remaining steps to get working properly

Workbooks.Open filename:= _
"D:B HNewBusinessReconciliationB H-MasterAccounts.xls"

'Sheets("summaries").Range("B7").PasteSpecial (xlValues)............

View 9 Replies View Related

Macros That Should Activate Another Macro

Jul 24, 2007

I need to write a macros that will activate another macros whenever the cell "I4" is modified. So far it is not working the way it suppose to. Maybe anyone can spot a mistake? Here are both Macros that I have: ....

View 9 Replies View Related

Activate The Appropriate Tab Based On The File Name

Aug 11, 2007

I have a program with four tabs. How can activate the appropriate tab based on the file name of an image in an image control on a userform?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved