Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Browsing all 50061 articles
Browse latest View live
↧

Controlling Child Window in IE

I have been searching for a while for a program to control a popup window (child window) when I click on a search button on the parent page. I keep coming back to the following code. Code: Option...

View Article


Print only current page! Not all 47 pages when print button is pressed?

Hello Everyone, I have made a sheet that has been divided up into 47 pages. Each page has a macro on a button that when the button is pressed will only print the current page. The problem is that the...

View Article


Why does Range.Sort work typed in one way but not another?

When I have the following, the code does not work: Code: Set R = WS.UsedRange R.Sort(WS.Columns(4), xlAscending, WS.Columns(11), , xlAscending) However, the following code does work: Code: Set R =...

View Article

Macro to copy/paste tables from one worksheet into another

Hey there all, I've got a spreadsheet I use to manage the inventory of a small side-business I run. This spreadsheet involves tables across multiple sheets that can vary in size depending on my...

View Article

Hide/Unhide Sheets from a Master List

Hello all! I have used this site quite a bit and have always been able to find something I could modify. I have never had to post a thread, but I seemed to have hit a wall this time. I have been...

View Article


Image may be NSFW.
Clik here to view.

Save the File in particular Location

Hi, Users are working on differenct excel work book in their local desktop and they are providing (providing the link in H3 Cell) the link in where that particular excel needs to be saved. once they...

View Article

Image may be NSFW.
Clik here to view.

need help in preparing a checklist

Hi , I am trying to prepare a check list in excel.What I need is whenever the user enters any text in the cell the, the macro changes the same cell into a signstamp. I am able to do for a single cell...

View Article

Update cell based on another sheet

Hello. Simple question I think. I need to update cell D:19 on sheet 1 with the value in cell H:7 from sheet 2. But I'd like to update D:19 later on from sheet 2 but this time from the value in H:8 and...

View Article


Deselect selection if it's not within a defined range

I have a defined range of cells (C1:C10) that I would like the user to select. But, if the user selects any other cell outside the defined range, I would like to de-select that cell and select cell C1....

View Article


Debug Print select worksheets userform

Here's the script for a userform to print selected active worksheets. It allows me to do select worksheets...it even prints them out just like I want.....but then it throws error 381 "could not get...

View Article

Image may be NSFW.
Clik here to view.

Macro to copy rows based on value in 2 different sheets

HI I have below test example. In sheet "Match". I have names and customer numbers. In below example 49 rows with names and customer numbers. In sheet "Brio Result". I have Values in column A to H. 55...

View Article

Auto erforming a calculation when an external app has closed

Hi all, I hope someone can steer me on this one. I have an excel form with buttons on that open external pdf files according to which button is clicked. I want to automatically perform a calculation...

View Article

read XML tags and its attributes with VBA code

Hi, I have an XMl file like show below: Code: <TRANSFORMATION DESCRIPTION ="Created by: NESS&#xD;&#xA;Created Date:- 07-DEC-2011&#xD;&#xA;Description:- Lookup on...

View Article


List of Search file location path

Hello Friends, i have some numbers of fileNames and want to search in my pc. i don't know where the file saved and also some of the files have saved in different location (Means drive C: or D:). i just...

View Article

Inventory Management

Hi All, I have a business and have got a list materials that we billed regularly. I want somebody to help me out and let me know is it possible that we can have a Masterdata for material where we can...

View Article


Auto Hide/Unhide rows in Excel based on radio button selection

Let me start off by saying that I have ZERO experience with VBA. I have been searching for solutions to my request and have tried numerous different codes that I have found on this site with various...

View Article

Image may be NSFW.
Clik here to view.

inserting new row in a table using command buton vba

Hi, I managed to use various code to create user form to enter data into two different sheets however the first sheet enters data in a new row in the desired table and the other sheet also enters data...

View Article


How do I refer to a cell in an If statement in VBA?

Hi Forum, I am trying to figure out how to refer to a cell when using a simple If statement. The code below runs the message whenever I change the value of any cell. I am trying to set it up so that it...

View Article

Image may be NSFW.
Clik here to view.

to find out total overtime of time values ????

Hi i have one excel file which has overtime values for the month of March-2013. In the column no. AI, the total earning overtime to be calculated so that we can generate overtime salary for the...

View Article

VBA code to insert row and add value

Hi, I am stuck at a point where I have to insert 9 rows above A1. I have a form with 2 textbox [textbox1 & textbox2]. What I am trying to do is when I click ok button in the form, I want to add 9...

View Article
Browsing all 50061 articles
Browse latest View live