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

Copy Certain data from Sheet1 to Sheet2

Hello: I have lots of data in excel file. Sheet1 has Data in coloumn A to P I need a VB Macro to copy certain data from Sheet1 to Sheet2 as follows. The data pasted in Sheet2 will start from row2. Copy...

View Article


Filter empty, how to continue?

Hello! Another, probably very easy thing, but I still dont get it how to do it. I did manage to put this code to be dynamic to my list, but I face a problem here. As this code checks the first visible...

View Article


file location issue

This is driving me mad today, im going to rage quit soon -.- I want to open a txt file in excel, if that file is on my hdd its no issue the text file's location looks like this: script =...

View Article

Pasting from one workbook to another as xlPasteValues

So right now I'm using a TextBox and an Active X ControlButton, button takes the part # that is typed in to the TextBox and searches for the exact string on the sheet and follows the hyperlink. What...

View Article

Using a pull down menu in a macro

Hi I want to use a pull down menu to chose a room name and then use the relevant room name to be copied to a text filter Obviously I want to use different results to be copied to the text filter Any...

View Article


Copying from Excel to a table in Word

Hey all, Trying to get a massive macro to pull information from a website, and put it in excel (done) then it needs to sort the information into the format that I need (done) and then I want to open up...

View Article

Folder picker breaks for Mac

I'm pretty comfortable in a Windows environment, but the excel and macros I made were for a Mac, lovely.. So after fixing almost everything else, I'm completely jammed on this last problem: the folder...

View Article

Check if file exists on SharePoint https environment

Hi there, I was making progress with my first VBA project until I put my workbooks on SharePoint (https://...). I have been using Dir to do a simple check if a file exists before I open it. This...

View Article


Macro to automatically hide rows that are empty

Hi there, I'm trying to get my spreadsheet so that rows are hidden on one of my worksheets when the array formula produces no result (i.e. the cell is empty). Can anyone help? Here is my current...

View Article


pass variable in a formula

Hi, Say when i run a macro, some value is got as a result. I need to use that variable in a formula. Also inside the indirect function. Is this possible??? Pls reply... Thanks

View Article

[SOLVED] Issues with declaring Variable

Hi all, i'm not sure what im doing wrong with declaring this variable? any ideas? Code: Set W1 = Worksheets("Master") Lastrow = W1.Range.Cells(Rows.Count, "I").End(xlUp).Offset(1, 0) Lastrow.Select

View Article

Multiple iteration of a date stamp

Hi Can comeone please help? I have the below code to date stamp a cell in column AN only when a cell in column AB equals 0...the trouble is I would like this to work for the entire column without...

View Article

Userform - check for duplicate entries

Hi all, I was hoping for some help on this code. I have got a userform that is used to book and delete holidays into an excel spreadsheet. This is working brilliantly now thanks to a lot of help from a...

View Article


Image may be NSFW.
Clik here to view.

Macro help with combining data across 2 rows (and deleting non-required rows)

Hello, I am trying to see if there is a macro that would help me fix the layout of the data (example file attached). The system (not mine) produces the info over 2 rows, and also out of line, but I...

View Article

Going Through Range and Performing If Statement

I'm just trying to loop through all the worksheets in the workbook and if a particular fill color is present in a cell change the cell fill color to another color. I'm not receiving any errors but when...

View Article


Merged cell removes borders from where it is picked

Capture.PNG So when i move the merged cell from one location to another, it takes away the properties(borders) from the place i pick it up(blue arear) from.. Can anyone help me make a macro which can...

View Article

Sum a range

Hi I have this code to find the last empty cell in a range, I also have the code to sum Code: (Myrange) but I would like the code to select Code: (I1 to Lastrow -1) The answer would appear in Code:...

View Article


Sorry Test Do Not Reply

Test Test Test

View Article

Help With Creating Macro (To create specific Units)

Hi I hope I am posting in the right place here. I'm an infrequent user of excel, but I can do most of the basics and some intermediate functions on Excel, so I am familiar with a lot of the terminology...

View Article

Putting values from userform into specific location on spreadsheet.

I have two textbox's that the user enters values into. I want the first textbox value to be put into the last column of a specific spreadsheet. I want the second textbox value to be put into the cell...

View Article
Browsing all 50068 articles
Browse latest View live