I have not been sucessful in trying to click on the resulted links generated by the result page when submiting the "search button"
how can I click on the below link?
Perhaps if could just get help in how to retreave from the resulting document source the "candidateId=119328867" number generated by the search java script function below.
This is the source of the link from the searched criteria:
******** LANGUAGE="JavaScript">
//Table_Content
var TABLE_CONTENT = [
["","OK03SW145-B ","Brian Van Horn","App","720 Susan Avenue","Ada","OK"]
I am not sure if this is possible. I wish to have a chart in a worksheet linked to a stock chart on a webpage.
For example, consider this chart on Yahoo Finance. At present every week, I have to go to the webpage and copy the chart and then paste it into a worksheet.
Is there a way I can automate this task by linking the chart to an Excel object or by any other way?
I am trying to prepare macro to navigate web page and click on some tasks to complete it. As this web link is not access-able from outside or remotely. I am trying to work on it in bits. I have came across with a first problem of clicking on one of the link of this web page, below is the web page html source code. I want to click on last link "Total Outstanding Tasks".
What i have so far is: -3 Sheets (Sheet1 - Search, Sheet2 - Data, Sheet3 - Result) -Sheet1 has a userform ready to link up - this opens up when workbook and worksheet is activated. -Sheet2 has some example data to search - the search is for column 1 (see attachment) -Sheet3 has a template ready for the data to be pasted to.
I would like the search result is column 1 to copy the data from columns 1 to 7 to sheet3.
I want the template/layout to remain after the pasting of results. (everything protected from editing, if possible).
Once finished (ie go back to sheet1, i want the data from sheet3 to be cleared.)
i have an excel file with over 30 sheets on it. Contained in each sheet is a seperate pivot chart. i am looking for away to navigate around these sheets from the main screen. does anyone have any suggestions or opinions on the best way i can do this? here are my ideas but not sure which would work best
1. Create main sheet at the start and have hyperlinks to all sheets (by doing this how could i navigate back to home page?)
2. Create userform with drop down list of sheet names or search function to search for sheet names and then click on a button to go to sheet? dont know would i be able to do this? will the userform follow to the sheet with the pivot chart so i can select a different one from the same page? how could i hide the userform to view the chart and then bring it back to navigate to another?
I'm looking to create a navigation sheet. Clicking different buttons will switch tabs and take you to the different parts of whichever sheet. Some sheets are several pages long so I thought this would be handy.
I tried using the hyperlink but it doesn't work as expected. It kind of randomly goes there. Ideally, I'd like the top of the page to be at the top of the screen.
I needed to create even the simplest of VB Code and i'm struggling to get a macro to navigate around a worksheet.
Here's what I have so far...
Sub Macro2() Selection.End(xlDown).Select Selection.End(xlDown).Select Selection.End(xlDown).Select Selection.End(xlDown).Select Selection.ClearContents Selection.End(xlToRight).Select Selection.Cut Selection.End(xlUp).Select Selection.End(xlUp).Select Selection.End(xlUp).Select (At this point, I want the cell 2 above the last selected to be highlighted) ActiveSheet.Paste End Sub
when the user selects any cell(s), then hits the command button, I want the code to move the cell(s) selection to the far left i.e. Column "A". I've managed this is a roundabout way, but I'm trying to make a far more elegant version.
Set C = Selection With C While Not C.Previous Is Nothing MsgBox C Set C = C.Previous Wend End With
So C is the selection made my the user, for this example they are just selecting one cell. The MsgBox proves to me the code to moving the cell selection to the left, but the While condition falls as the Previous test condition fails and bombs the macro. I cannot think of another way of doing this. Is there a method that returns X and Y co-ordinates as numbers?
I have 1000 urls to view everyday and identify type of website. Everyday i have to copy that url from excel and paste in browser which consume lot lot time for me. Is it possible to create vba in excel so when i select or move on that url cell (not to click on any click button) url get open in excel only.
Every day I gotta enter information in my work's website (intranet), however I dont know that much about manipulate with VBA the Internet Explorer application, for example once I enter information in the website, I gotta enter an ID after that I gotta select the date, then I gotta give some clicks in some checkboxes, then I copy some information from excel and enter that information in the navigator, and finally click on save. The thing is that I do not have access to that website in my home so is impossible for me to provide you with the link... what kind of codes do I need to do it, or where can I find a manual where I can learn to manipulate another application like the Internet explorer with VBA.
I am using Excel 2003 to run a workbook that contains 60 separate worksheets. To make it easier for the techs to navigate the workbook I created a block of 60 autoshapes, (5 blocks high x 12 blocks long) each block hyperlinked to each worksheet and labeled with the worksheet name. I then placed one of these blocks at the top of every worksheet. A tech can click on the block and it takes him right to the page he is looking for, pretty straight forward. It works very well, but as you can guess this is a lot of autoshapes to be stuck in one workbook (3600) and whenever you make major changes to the workbook than the blocks become a factor, and if you resize the columns or add one, or change a worksheet name... I thought about just creating 60 custom buttons and sticking them on a custom tool bar - but I found trying to create a button with a number on it like "34" (for "worksheet 34") was pretty tough in the button editor.
way to create a set of hyperlink buttons that will allow you to quickly navigate through 60 worksheets?
I wanted to create a drop down list where after I make my selection, it will automatically take me to the cell range (same worksheet) assigned to each member in the drop down list.
(E.g. If I select "Accounting" from the drop down menu it will automatically take me to cell A94 - See attachement)
Furthermore, could it be possible that after my selection in the drop down menu, only the specific range (corresponding to my selection) will show up and the rest of rows will just hide?
I have a workbook that contains 30-40 worksheets. Is there a keyboard shortcut or an easier way to move through the worksheets besides using the mouse and clicking the tabs at the bottom?
Insert a drop down list that is attached to a bunch of data to make it easier to navigate through the data.
Therefore, when you chose one item in the list it will populate data in the worksheet for that item in the list and change for each item in the list.
For example, if you have ten people's names in the list when you pick Nancy it will show you information on her and when you pick Scott it will populate with completely different data. The data all coming from one master tab.
I want to assign a macro to a button that will unhide a tab for about 10 seconds, then rehide it and navigate to another tab. How do you do timed commands?
I am using the below code to login to a website from Excel when I close a userform.
What I now need is a way to check if the website is already open to prevent the code from running and I also would like to navigate to another page on the website once its logged in. The web address of the other page is:
[URL]
Sub LogInToRoyalMail() Const cURL = "http://www.XXXXX.co.uk/" 'Enter the web address here Const cUsername = "XXXXXX" 'Enter your user name here Const cPassword = "XXXXXX" 'Enter your Password here
I have used VBA in Excel to open IE, browse, capture web pages, etc. for several years. Now with Vista, IE 7, and Excel 2007 they no longer work. The createobject does create an IE window, but when using the .navigate method it opens a secondary window. The IE object is no longer accessible after the navigate is executed.
Example:
Sub GetKBArticles() Dim IE As Object Dim sURL As String Dim i As Integer
I have two worksheets, one with detail monthly information and one with YTD information. So let's say the three numbers I want to capture in the YTD sheet are in columns B, G and I on the monthly sheet. January's data might be in B5, G5 and I5. February's data is in B12, G12 and I12 and so on.
On the YTD sheet in cell C2 I link to Monthly!B5 and in C3 I link to Monthly!B12 so cells C2 to C13 on the YTD sheet show the monthly totals from column B on the detail sheet. On the YTD sheet, cells C20 to C31 show the monthly totals from column G on the monthly sheet, so cells G5, G12, etc. And finally, cells C40 to C51 on the YTD sheet show monthly totals form column I on the monthly sheet.
In the past I've always created all these links manually. After creating the links in C2 to C13 on the YTD sheet, is there a way to use a formula in C21 that uses the link in C2 to create a link for G5?
When I drag my VLOOKUP formula down a column in Excel 2010, the return value copies the formula result from the original VLOOKUP formula result. For example, if the first VLOOKUP returns a value of 0.5, I expect to see 0.5 or 1 in the cell below that one. However, I get 0.5 which is not the expected result for the cell below.
When, I click the fx on the cells below, the expected return values appear in the formula result. After I click OK, the expected formula results updates and now appears in the cell.
I'm not sure what is causing this issue. My computer was updated recently from an old machine to a new one. I have never experienced this issue before.
I have excel result sheet which contains students information. i.e. name, subjects and their corresponding marks, grade, percentage etc. So from that sheet I want to print result cards for each students separately from the data (result sheet).
I recived the small job of making a template for my company for travel. I had spare time so I added in a feature so they can just e-mail it to the approite person from clicking a command button intead of taking the time to click the built in excel e-mail function and typing the addresse.
Anyway, this from tells the person who it is being e-mail to, what flights to book.
I have differnt command buttons to bring up differnt airline webpages, bascially a hyperlink but in command button form. Is there a way, just because i have time, to take the flying dates from excel, input them into the webpage which the command brings up, and search for the flights for that date, just by clicking a button in excel?