Quantcast
Browsing all 49946 articles
Browse latest View live

[SOLVED] Macro Buttons - Sub or Function not defined?

I am having an issue with creating macros in my sheet. The macros individually work, I am just trying to assign buttons to them. And maybe I am going about this all the wrong way, one macro to show...

View Article


[SOLVED] IF / DO NOT code for Macro?

Maybe I am do not have the best way to go about this, but, what I have: Code: Sub YDSCFM() ' ' YDSCFM Macro ' '     Sheets("Summary").Select     Range("50:50,110:110").Select...

View Article


Image may be NSFW.
Clik here to view.

Auto-change the color of a text box based on referenced letter values

The text boxes - color ID by Type The Scenario: Multiple Text Boxes, all with an identical preselected shape Each Text box displays a cell-referenced Letter value (A, B, C, etc.) The project sheet has...

View Article

Hide/Unhide Toggle Buttons

Can a toggle button be coded to hide/unhide other toggle buttons? Not by hiding rows containing the buttons though.

View Article

Advise / Help creating cose for Auto Filter Macro for a Table, Using Input...

I have relatively large Excel Data Sheet 5000 Rows and 35 Columns - Grows by 1 column each week for comments added The data is set as a Table and One of the Columns has a number of different...

View Article


basic conversion of cell address to a range

Hi guys, Do you know how i can convert this cell address to a range so that i can access the cells' properties and methods : Set foundRng = Sheet11.Range("b1:b27").Find(Sheet10.ComboBox1.Text) Set...

View Article

Need vba code: Partial search in combobox with name range

Hi everyone, I have a combobox with ship names, added through the AddItem function. Currently I have to type the exact match in the combobox to get to the ship name I am looking for. Is there a way...

View Article

How can anagrams be searched then highlighted in an Excel file?

I have this Excel file with numbers in them (see the photo). The file has “anagrams” of a certain number sequence - as in this photo: Untitled_zpsgpoc7yfo.jpg Say, I know that the number sequence “4 1...

View Article


[SOLVED] Last 6 data for std deviation calc

Say, I have a row of 10 data. I calculate the std deviation using stdev function on the 5th, 6th, 7th, 8th, 9th and 10th data. A month later I add 11th data to that row. How can I set it up such that...

View Article


Image may be NSFW.
Clik here to view.

Request Solution: No 7 consecutive working dates

Hi All, I have a difficult question on hand. Please see the attached excel example. Background In the attached excel, it shows 31 days in Jan 2020. The numbers (B2:AF4) represent the number of dutuies...

View Article

scrapping excel vba

Hi, I want to scrape linkedin profile.. i want any example how to extract using API.. Can anyone help with respect to this?

View Article

[SOLVED] remove special charactors from data

I'm trying to purge unnecessary characters from 40K lines of data. The characters I need to remove are always at the front of the line but vary in length and type. Here are a few examples: 501-* EASED...

View Article

VBA code

Trying to add a code through VBA to allow multiple options in drop down- However not working??? any suggestons

View Article


connect vba to aws database

This is not a concrete coding question, I just would like to know if anyone has managed to connect to an aws (or even azure) database from excel via ODBC connection? Is it possible? Thank you

View Article

Pivot slicer refresh status

Hi, Currently I am using slicer, which is controlling about 30 pivot tables that are linked to external source. The refresh of these tables is taking few minutes and sometime some of the tables cannot...

View Article


Sorting text in date order

Hi All In H5:H300 I have text in the form 09/07/2018..... (F32) 25/04/2018..... (F37) 03/05/2018..... (F40) 11/01/2017..... (F44) 12/06/2020..... (F32) 16/04/2018..... (F46) 26/05/2018..... (G59)...

View Article

Image may be NSFW.
Clik here to view.

Byval target intersection with two targets

Dear Pros, I have an existing file where I have a code which runs everytime when a cellvalue is changed. it works as it should. I have a functioning code which runs when a button is clicked. (both...

View Article


[SOLVED] I need help with an Excel Checkbox.

Hello, I can't get a checkbox in Excel to work. I know little VBA and can't figure out the code to accomplish what I need. I have the Checkbox (Form Control) on the sheet and I created a UserForm to...

View Article

[SOLVED] Creating custom filenames as i save as

Hello I am trying to save a workbook, with a filename created by fields in a userform the code I have is Code: nwb.SaveAs Filename:="C:\Users\Chris' Laptop\Desktop\&Me.txtcustname.value.xlsm",...

View Article

Run-time error 1004 You can’t change part of an array.

Dear Sir / Madam, I calculate some values in Spreadsheet A of a Workbook and copy the values only to spreadsheet B in the same workbook using a macro. On the second or subsequent time in which I use...

View Article
Browsing all 49946 articles
Browse latest View live