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

Image may be NSFW.
Clik here to view.

Want to Distribute Data from Sheet A to the other sheets based on Criteria

So, what I am trying to do is move/copy each row from the "database" sheet and distribute them to the other sheets (C,1B,2B,SS,3B,OF). I will be copying and pasting data into "database", I would like...

View Article


Invoice number sync from different location with my paid web hosting service?

I have got this code from Leith Ross, thanks Leith. It can let all my Excel invoices have synchronized invoice number. the txt file with invoice number in it is storing in my hard drive. I have a...

View Article


Image may be NSFW.
Clik here to view.

Invoice and Its Saving File

Hey Guys Please find attached the invoice that I have created with some micro , it chances the Invoice number but it does not save on the file that I have created which is the Desktop Please any help...

View Article

Automatically create file and fill in three cells from data in csv or other...

I'm not sure if this is possible, but here's what I'm hoping to do: I have a file (names.xlsx) that has 4 columns - FirstName, LastName, IDNumber, Building There are 126 rows of data in this file, I...

View Article

Simple copying, but getting stuck in macro

I have multiple worksheets where tables of information are created from a macro and formulas. These tables are of varying row lengths and I want to copy these tables to another sheet (as values). I...

View Article


Limits on creating new line in TXT??

My aplication uses a userform to insert data on a TXT... Ok! It's a database, and I know Excel VBA is not really the best tool to work it out... But it's been working pretty well till now! Each...

View Article

How to create scatter graph using macro in excel

Hi all, I have 200 colums data. I want to plot scatter graphs using macro. My X data in fix, it is in A column. And Y axis is in B,C,D...n keeep on. I want different graphs each time for eg first i ll...

View Article

Save Invoice

I m still having trouble to save the invoice, I have write the micro but it does not save , could please check it and give me your inputs on this attached excel file Thanks

View Article


Image may be NSFW.
Clik here to view.

Invoice and Its Saving File - Invoice draft

hi guys, I need your help with this invoice I have initial saved on my Desktop but it does not save on my desktop "c:\desktop\Inv\" or should I save it as "c:\desktop\ invoice draft\" Attached Files...

View Article


Image may be NSFW.
Clik here to view.

Display all the related content when i search for a particular information

Hi all, My problem is, I have 3 participants Cus1,Cus2 and Cus3. They do different activities at different time like playing TT, tennis, cricket etc. My excel is like Column 1 - Name, Column 2 -...

View Article

Calculate percentages

Suppose i have columns L1 and L2 in "0" and "1" form and a column for it sum (L1+L2). I require to calculate percentages for both L1 and L2 based on Sum (L1+L2) Basically the need is to automate the...

View Article

Problem in COUNTIFS statement

Hi, I am creating a macro, in that i am using COUNTIFS function like below Activecell.FormulaR1C1= "=COUNTIFS(C:C,A" &ik &")" ik = 1 to 10 In the cell it appear as =COUNTIFS(C:C,'A1') instead...

View Article

Image may be NSFW.
Clik here to view.

[SOLVED] Merge 2 vba codes together

HI I have been fighting with below codes. I have 2 codes which search in 2 different sheets (Pagado and No Pagado) I want them to be merged, so i can search in both sheet with one code, and only one...

View Article


Select Dynamic Data and make it Bold

Hey!! I have data in Sheet1 of an ActiveWorkbook. The Data is dynamic. The number of rows and columns always differ. I want to write a Macro to automatically select the data and make the font bold....

View Article

Image may be NSFW.
Clik here to view.

Searching Keywords in a Query String

Hi, I've got a set of field names in a column in an Excel sheet. I need to search a query string extracted from a database (input in a textbox) for these set of field names (I may also add new keywords...

View Article


Macro code required: if cell = S*(wildcard) then copy from one cell to another

Hi all. I've only just started learning about macros so I'm not overly sure on the language used at this stage; you have to start somewhere right?! Anyway I have an exported document that spits out a...

View Article

Combobox question

Hello Forum, If possible, somebody can help me with my combobox problem? Wat I try to do is, to show the right txt in my combobox. Please, look at the green code in the combobox module. Code: .AddItem...

View Article


Macro to copy and paste randomly from a set of options

So I'm creating an application in excel for a class project and I decided to base mine off my interest in music. In music, specifically while making beats, you see a grid, and you drop a marker where...

View Article

Simplify macro code

Hi all, Code: Private Sub ListBox1_Click()     ActiveSheet.Shapes.Range(Array("ListBox1")).Select     Range("A1").Value = "" End Sub Is there a way to simplify the two rows code into one? Thanks

View Article

Which one is better to end the macro code with?

Hi all, Screening through my code and I found I use two ways to end my code (after the = ). Just curious which is better way to use? Example: 1) ActiveSheet.Columns("A:BG").EntireColumn.ColumnWidth =...

View Article
Browsing all 50123 articles
Browse latest View live