Get the table details from Word to Excel
Chandoo Forums » VBA Macros
by santanukd
23h ago
Kindly provide a VBA Macro to fetch specific tables (with given column headers) from multiple word files to one excel sheet ..read more
Visit website
Move data to another area when cell value changes
Chandoo Forums » VBA Macros
by prabirmustafi
3d ago
I have this data My question is if I change the value in cell A2 from Stage 1 to Stage 2 then the whole segment from cell A2:F2 should be moved to cell H11:M11 or if i change it to from Stage 1 to Stage 3 then it will move to O16:T16, similarly if i change Stage 2 in H4 for Kerr to Stage 1 then H4:M4 will be moved to cell A17:F17 immediately. Is it possible to do using VBA, and I have these type of blocks for multiple stages. Again, if i make changes in the last block like cell... Read more ..read more
Visit website
Help with placing text in textbox
Chandoo Forums » VBA Macros
by Joe Mazzone
3d ago
hello, I have a form for entry, all the entry fields of the comboboxes work. All the chosen information is saved in a sheet called TRANSPORTATION FIELD. what I need please. is that textbox1 looks like this: Is it possible to do this? Thank you very much in advance ..read more
Visit website
Report Macros Issue. Help!
Chandoo Forums » VBA Macros
by DiHa9
5d ago
Hi all, I am very new to VBA and i was trying to create some simple transaction reports.  I created the Macro to first sort the data from the big table on the left into income and Expenses and sum the up if there are more than one line with the same Expense/Income type. And this part of the code works fine as you can see from the picture above. (This is Sheet9) What i want to do next is take the results from... Read more ..read more
Visit website
Excel Table with VBA
Chandoo Forums » VBA Macros
by MeMikeExcel
6d ago
Hello, I've created a worksheet that contains real time search box for data in a table. I am trying to find and filter a specific column that do not have empty cells in it. Then, copy the entire contents of the filtered rows excluding the header row to another worksheet from the same workbook. After the copy is done, delete the copied lines from the source sheet. Due to the fact, the data are in a table, when I use CurrentRegion to select the filtered rows, the codes selected the... Read more ..read more
Visit website
My Macros are stuck recording in R1C1 style
Chandoo Forums » VBA Macros
by Rej Lapointe
2w ago
Hi, I'm not sure how it happen but any time I record a macro now I get the R1C1 style instead of the A1 style. Ex: Normally I would have recorded ActiveCell.FormulaR1C1 = "=B5&D5" but now I get ActiveCell.FormulaR1C1 = "=RC[-1]&RC[-3]" Any one knows how I turn this off? BTW: I use R1C1 style when I need it. But I do not want it all the time ..read more
Visit website
VBA + MailTester.Ninja API
Chandoo Forums » VBA Macros
by KIoPloio
2w ago
Hello I would like to use VBA + MailTester.Ninja api calls to validate my email address list Anyone knows how I may verify my email addresses using MailTester Ninja + Excel? Here is the tool I am using ..read more
Visit website
Delete sheets with macro
Chandoo Forums » VBA Macros
by KreshBell
2w ago
Hi all, I have an excel template that is filled with data from CAD system. The template has always the same number of sheets, but sometimes CAD fills all sheets, sometimes only some. If it does not fill the sheet, only the header remains in that sheet. I call all sheets that only have a header "empty". After CAD extracts the data into Excel, I would like to delete all sheets that only have a header. Is it possible to make a macro for that ..read more
Visit website
Retrieval of Database Table Description using Macros
Chandoo Forums » VBA Macros
by dvm49
2w ago
Greetings Excel Enthusiasts, I'm currently utilizing the ODBC Driver to establish a connection between Excel and Snowflake. I'm seeking assistance on automating a specific task through macros. Here's the scenario: I have four fields in my Excel sheet—Database, Schema, Table, and Query - arranged in columns A to D respectively. Each field (A2, B2, C2, D2) contains the relevant values. For instance, A2 contains the Database Name, B2 the Schema Name, and so forth. In Snowflake, typically... Read more ..read more
Visit website
Check for empty cells across multiple sheets and return values
Chandoo Forums » VBA Macros
by Nu2Java
2w ago
Hi All - I have a workbook with approx 100 sheets. I want to be able to check every sheet that has data in Column A. If the adjacent cell in column B is blank, return the value from column A. (** If cell A5 has data, then B5 should have data. If B5 is blank, tell me what the value is in A5). It would also be great to know the values from which sheet they were missing. Hopefully I worded this correctly. Thanks for any help on this, I cannot find exactly what I am looking for in my... Read more ..read more
Visit website

Follow Chandoo Forums » VBA Macros on FeedSpot

Continue with Google
Continue with Apple
OR