0
votes
0answers
6 views

Excel to copy realtime data and create a chart out of it

I am very new to VBA programming. I have a excel sheet where real time data is populated to a cell say for example Sheet1.A6 everysecond. I am in need of a macro which will run every 1 minute ...
0
votes
0answers
6 views

For Worksheets for cells double loop circular

I have a code that uses a loop through cells to copy and paste according to if they contain the activecell. I want to do this in all sheets, and want to loop through sheets and loop through the cells ...
0
votes
0answers
17 views

Writting in a textbox with VBA crashes the program

I have a VBA program which draws a wheel and a bunch of other shapes.It rotates the wheel by 3 degrees after each 50 milliseconds and moves other shapes around. I also have a form which has a textbox ...
0
votes
1answer
18 views

get in type mismatch with the .find in a IF condition

I am getting a type mismatch error for the following code. Why? If (Range("C:C").Find(What:=last_received, After:=ActiveCell, LookIn:= _ xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, ...
0
votes
2answers
34 views

Excel VBA - strange behaviour when UDF wraps VLOOKUP

I want to write a user defined function that wraps VLOOKUP. All it requires is a reference to the column that data should be imported from, and it will execute a VLOOKUP assuming that the IDs are in ...
1
vote
2answers
20 views

Copy three columns into one column in Excel VBA

I need help to create a Excel VBA macro. I have a workbook contains 4 worksheets. Coulmn "A" in worksheet number 1, 2 and 3 are filled with data. I need to copy these data into Sheet 4 Column "A". I ...
0
votes
0answers
16 views

VBA Filter multiple ctiteria in sting type

I am trying to write a code for a autofilter, the aim is to filter around 10 criteria, each of them is a string such as M1454 (in another word, as long as the data contain M1454) then it will be ...
0
votes
1answer
16 views

Excel VBA Type 13 Mismatch using Array containing values and strings

I'm having trouble with a Runtime Error 13 "Type mismatch error". I am trying to take multiple lines of code and condense them into one line that is each row placed side by side. The problem is that ...
1
vote
0answers
18 views

runtime error '-2147217900' (80040e14)': automation error using where in the sql query from excel vba

I am trying to connect to my sqlserver express 2005 from excel vba using the following (copied from some forum routine as i am not very into databases). It works perfect. As soon as I use WHERE in the ...
0
votes
0answers
18 views

Can I run a worksheet_change and worsksheet_selectionchange in the same spreasheet?

I am trying to run code that selects multiple items from a drop down list and displays them in a single cell. At the same time, I am also trying to hide columns when I select a value from a different ...
0
votes
2answers
31 views

Find a character within a value

Okay I saw a few similar questions but none that quite addressed my issue. What I want to do is go through column A and for each cl that contains an * (asterisk) I want to change the value to 0.  If ...
0
votes
3answers
28 views

Using trim function with special characters

I have a column (A) of values that I would like to trim to the left. Each value in column A has a / in it which separates a word in German and it's English translation. For example one value would be ...
0
votes
1answer
28 views

Header gets cut off when I run a macro in Excel

I have a header set up in a master spreadsheet in which I run different macros off of to sort the information differently. When I run the macros, the bottom portion of my header is cut off. My header ...
0
votes
2answers
18 views

VBA Overflow error after office 2007 to 2010 update

I have a VBA macro that worked correctly in Excel 2007 but after updating to 2010 it throws errors. The Macro basically copies raw data from one sheet to multiple sheets. The error being thrown is ...
0
votes
0answers
22 views

Microsoft Excel Data Connections - Alter Connection String through VBA

I have a fairly straightforward question. I am trying to find a way to alter and change a connection string for an existing data connection in an excel workbook through VBA (macro code). The main ...
0
votes
0answers
15 views

Changing Source Data for Excel table linked to SAS dataset

I have an excel table linked to a SAS dataset using the SAS Office Addin. I would like to modify the source (file path) of the data. For example, right now the Excel table is linked to SAS Dataset: ...
0
votes
0answers
20 views

skydrive excel web app

I've made a calculator which calculates gross and net value depending on tax. Something like this: Gross | Tax | Net -------------------------- 100 | 10% | is calculated when gross ...
0
votes
0answers
27 views

Trouble with ListObjects.add() in Excel Macro(VBA)

First off, I am not good with SQL and it has been a while since I have worked with VBA. With that being said I got stuck with editing an existing excel macro to make it do something else. I think I ...
0
votes
0answers
10 views

Updating a Webquery with Visual Basic in Excel

I currently have a webquery that after I refresh the connection, I then have to edit it to make it usable. When I made the macro to do so, it didn't record the refresh Connection part, which if it ...
0
votes
1answer
36 views

Excel VBA: Copying and Pasting Data via CommandButton for all worksheets

I'm new to VBA and need some help with implementing a tool: Essentially, I want to create a CommandButton that automatically copies range D9:L18 and pastes it to Q9:Y18 for my active worksheet. ...
-4
votes
1answer
36 views

Excel macro : search a cell then write formulas

I want VBA macro code on excel to do the following: for example i have column "C" that contains some cells with value and what else is empty so , i want by macro , select column "C" , then looking to ...
0
votes
1answer
37 views

EXCEL VBA Timevalue format (hh:mm am/pm)

How do I set the format for timevalue for 12-hour clock without second. For example: hh:mm AM/PM. Right now I'm using Format(TimeValue(Now), "hh:mm") but it wont display AM/PM. Thanks in advance.
4
votes
1answer
47 views

ADO is truncating Excel data

I have a function that gets an ADODB recordset from the contents of a worksheet using ADO, as follows: Function WorksheetRecordset(workbookPath As String, sheetName As String) As adodb.Recordset Dim ...
1
vote
1answer
28 views

Excel: Search for all zip files inside a folder

I have a macro (Loop through files in a folder using VBA?) that looks inside a folder for zip files, but the problem is that the last zip file has an empty string as a name. How can I avoid that ...
0
votes
0answers
22 views

Excel-VBA: Calling an exe and waiting for it to finish before looping the exe until cell is blank in excel

I've created a script in Autohotkey to automate webform entry from an excel workbook. The script is setup to enter the data from a line in excel into the form and then delete that row in excel. I am ...
0
votes
2answers
22 views

How to compare string from cell with string from inputBox()

I have a spread sheet that look like so: Group | Name | Title ----------------------------------- X WS - X DH - X M - X DH - X WS ...
-1
votes
0answers
37 views

Which language best suits a portable scientific application? [closed]

I am writing a couple of scientific applications for a company. They currently have all of their software running through vast and nearly impossible to maintain excel spreadsheets. All of their ...
0
votes
0answers
34 views

While statement Method 'Range' of object error

I get this error from the 'While Not' line in the code below: DataSheet.Range(Cells(Curli... = <Method 'Range' of object '_Worksheet' failed> Dim CurLine As Integer CurLine =Worksheet Set ...
1
vote
1answer
16 views

Open Local JSON file in VBA

I have a number of local JSON files which I am trying to open as a string using VBA in order to extract specific information from them into Excel. I have seen a similar exercise work when the files ...
1
vote
1answer
49 views

Automate IE with VBA - Click Javascript Link (no Anchor tag)

Our company uses a browser-based program for business operations. My goal is to grab some data out of this system automatically. The site itself uses frames pretty heavily, but I'm doing pretty ...
1
vote
1answer
41 views

SOLVED: Excel VBA - reading data from text file and delimiting

I have an Excel 2010 spreadsheet, and I am reading in information from a .txt file (and another .xls file in future). This text file has 3 elements per row; firtname, surname and Job title, and each ...
0
votes
2answers
32 views

DIR function in vba works diffrent when passing a value directly and by a variable

Hi i have some files ina paticular folder in my system when i use th ebelow code it gives all the files in that folder (passing the path directly) filenm = Dir("C:\Documents and ...
1
vote
1answer
21 views

Excel Looping through cells with vbTextCompare to assign categories

I have a spreadsheet which contains a summary Column(Column K) on each row. I need to match certain words in the summary column in order to assign a category name in a new column(Column V). I tried ...
0
votes
1answer
21 views

Excel Macro to prefill online form using IE?

I am in need of assistance. I am trying to write a macro that would take the value in column A and place it on an online form in an input element with no ID but the name ("OldUrl"). Then the macro ...
-1
votes
1answer
40 views

iferror statement for macros in vba excel

I have a macro that at one point creates a pivot table. My problem is sometimes not all the values are in the second column and I get an error. I figured a way around this by getting the values from ...
0
votes
1answer
35 views

Find matches in 2 columns, compare data in third column with VBA

I am hoping someone can help. I am comparing prices of products between a master sheet and a local sheet. I need to flag when the prices don't match. The master sheet contains all possible products ...
1
vote
2answers
33 views

Trying to copy data from a .xls workbook into a .xlsm one while generating data

I am trying to loop through one column of a .xls workbook. Each row of that one column has data that needs to be copied over to the new .xlsm workbook while auto-generating strings I've made (name, ...
0
votes
1answer
54 views

Excell Print VBA code combine with VBA Custom Footer

I need to create a macro to print two sheets and include a custom footer that references several of the cells. I have tried so many combinations, but I don't know what I am doing wrong. I get the ...
1
vote
2answers
40 views

Find sign change in array

I have data in excel which starts with negative values, passes zero and reaches a certain positive value. I put this particular set of data in an array dataset1 = {-9.5,-7,-5.25,-3,-1.1,0,1,5,20,50} ...
-3
votes
1answer
37 views

Code to move multiple rows and columns into singular row with multiple columns

I'm looking for a piece of code that I can use to move data in Excel from multiple rows into one row based on it having the same id in column 1. See example data below: Column1 Column2 Column3 ...
0
votes
0answers
35 views

Automate Source Data in Excel

I have two sheets in my excel file. One contains a pivot chart("pivot") while the other one contains data("Data"). What I want is after filling up a column from "Data Sheet", the pivot chart will be ...
0
votes
1answer
38 views

Count Occurrence of a Character in a String on Multiple Rows Sorted by Keyword [vba]

VBA newbie. Finally encountered an Excel problem I could not address with formulas. Here is my sample data: ----------------------- | | A | B* | ----------------------- | 1 | Text1 | ...
0
votes
1answer
59 views

Pause and Resume Buttons in VBA

I have a VBA subprogram which draws some shapes in spreadsheet and moves them around. This is what my subprogram called Sub Assignment(amplitude As Double, deltaphase As Double) I take my amplitude ...
1
vote
1answer
27 views

do while loop based on a value available in cell (find) in vba

Hi i am writing a code in vb to check a particular value in a sheet, if the value is not available then it should go back to another sheet to take new value to find, if the value is found i have to do ...
0
votes
0answers
17 views

Fill up multiple columns from QueryTable

I have a queryTable that fetches text from a web-url. It returns values in the form: "col1","col2" "val1","val2" "val3","val4" "val5","val6" The above is plain text, returned from ...
-1
votes
1answer
46 views

Location of .txt file within an .xls [closed]

Can anybody with Excel knowledge help me? The nomenclature surrounding excel and its macros means I've hit a brick wall investigating this by myself. In the spreadsheet available here ...
0
votes
2answers
45 views

VBA Excel, Path working on PC but not Mac

I am having a problem with my VBA code on my mac computer. It works fine on Windows. I know it has something to do with specifying directory but I'm not sure on the right syntax. The workbook is in a ...
1
vote
1answer
33 views

Visual Basic-Excel copy only some column to other sheet

Is there any way to click and copy some value of some column to other sheet. This picture will explain more: Here is my code but it have some errors that i dont know why: Private Sub ...
0
votes
1answer
35 views

code/ascii function in VBA Excel on MAC vs on PC

On a PC I have these chars with their ASCii code 178,188,189 respectively. But when I use the CODE function on MAC VBA Excel I always get 95 for all three different chars. char PC MAC ² 178 ...
1
vote
1answer
46 views

How to clear duplicate-named columns?

Actually i have to find a column named "account" and i have to delete the data entered in that column. Lets say Column name "Account" is in the cell "B9" and values have been entered till "B30"(it is ...

1 2 3 4 5 133