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

Image may be NSFW.
Clik here to view.

Transpose Data from Sheet1 to Sheet2

Hello: Please refer TO ATTACHED EXCEL FILE. (Earlier i had different requirement) Sheet1 shows Clockin_ClockOut info for employees. I need these data to be transpose in format shown in Sheet2. VB macro...

View Article


Needed code to play sound

Hi there! I am using the code below to refresh all pivots within a file I share to many people. This file is fed with raw data that is updated weekly. The pivots on this file are derived from the raw...

View Article


Image may be NSFW.
Clik here to view.

security snags

Hey Folks, I have this fairly simple spreadsheet that includes a couple of lists, a really easy formula, and a little VBA macro. The purpose of it is to record every time someone in my shop recharges...

View Article

[SOLVED] print a userform

Hi I have a userform that has some command buttons in it I would like to make a hard copy. is the a way to print the userform? Mike Excel 2010

View Article

Dynamic array in Index

Hello, Here is my formula "=INDEX(Report!R3C4:Report!R933C4,MATCH(Compare!RC[-1],Report!R3C2:R933C2,0))" This works fine. However i want to make it dynamic. Number of rows in the sheet report will...

View Article


R1C1 with variables and the Rank Function.

So need a code that will rank many different lines of data. This was my try at it but it's giving me a 400 error. I have no idea what it doesn't like about it. I'd really appreciate any help, if you...

View Article

Password protect VBA Project by using macro

Hi everybody! I have been looking everywhere but probably it is either not possible or really difficult. Andybody an idea how to password protect the VBA project by using macro-code? This would really...

View Article

2 private subs in one worksheet without conflicts ????

Is there a way to incorporate 2 private subs in to ONE worksheet ??? Have the 2 following private subs I wish to incorporate TOGETHER IN ONE SHEET; Code: Private Sub Worksheet_Change(ByVal Target As...

View Article


Web Crawler to dowload PDFs

Hi, Anyone know of any vba macros that can crawl from a starting URL to x number of levels of URLs and save all available PDFs to a certain folder. I used to do this a long time ago with professional...

View Article


How to upload xls sheet to this site ??

Know it may seem silly but how does one upload a sheet to this site ???

View Article

Select filtered data

Hi I'm trying to select all visible data after the data has been filtered but I'm getting an error on range selection Code below anyone please help? Code: Private Sub CommandButton10_Click() Dim iRow...

View Article

Extracting and sorting data from 1 common table to 3 separate ones

Example: I'm using an excel list to track down goalscorers in 3 different football leagues. Its 1 huge list,where i manually add data in format: Quote: Scorer,His Club,No. of goals each of that data in...

View Article

Macro to add additional word in file name

Here is an example of one of the file names used: Export_20130528 - 226.XLS I have the file name listed in cell P3. What I need is the macro to automatically save the file as Export_20130528 - 226...

View Article


Code to create multiple copies of spreadsheets

hi there! I need someone to provide me with a code that could allow me to create a copy of any spreadsheet "n" times, say 1, 2, 3 or as many times as needed, so that I won't have to manually do the...

View Article

Send mail if Excel content is changed

Hi, Can anyone help me to make a VBA code to send me a mail alert when someone changes the content of an excel sheet which will be placed on server? The problems are, there should not a prompt to send...

View Article


"reset" pictures programmatically with vba

Hey guys, I've got a workbook that runs on mac and pc. One of the problems with this is that pictures added in one platform lose their aspect ratio when opened on the other. This can be fixed by using...

View Article

To find if vlookup matches multiple values

I need to know how to find out if there are multiple matches when i'm using vlookup. ActiveCell.FormulaR1C1 = "=IFERROR(VLOOKUP(RC[-2],Sheet2!C6:C8,3,FALSE),"""")" --- this is the formula im using....

View Article


Display Multiple Results in 1 Message Box Output

Have the below code which displays results of what the user enters in a textbox - only issue is it gives multiple output boxes. Any way all results can be displayed on 1 message box? Code: Private Sub...

View Article

Image may be NSFW.
Clik here to view.

Extract date from cell and replace value with date then delete empty rows

I need to extract date from Column C and replace it as value in same cell with format (D/M/YYYY). Then Delete rows that has no value in Column D Finally save as varialble name .CSV Appreciate any...

View Article

Image may be NSFW.
Clik here to view.

Excel VBA Help On Textbox,Cmdbutton to Move Data

Excel vba help urgent userform-textbox-commandbutton i have enclosed 2 workbook input and looking for output. Vba code to pull data from textbox1.value through command button1 and make new sheet with...

View Article
Browsing all 50260 articles
Browse latest View live