python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I output the same type of value in VBA next to the same value?
I want to use VBA to get the values of columns A and B and output them to columns C and D as below.
Same names in column A are made into one and output to column C.
Same values in column B are kept a...
Sato
Votes: 0
Answers: 2
Generate excel (.xlsx) for categorization of database/content
Problem:
I have a folder name 'XYZ' (saved at D:\PQRS\2022), which comprises two more folders named 'January' and 'March'. Folder 'January' comprises multiple types of files. It also comprises three o...
Prashant sharma
Votes: 0
Answers: 0
How do I make VBA code open local CMD rather than one note?
I'm using the following vba to simply click on a button and open a command prompt window, however when I do so, it opens it up in onenote instead of locally. Why is this the default behavior? I was un...
Leafzer
Votes: 0
Answers: 3
Worksheet_SelectionChange() not firing on a specific PC
I have .xlm file shared in network.
It work fine for another users, on other PCs, but on a specific PC some macros from this file works, but Worksheet_SelectionChange() not working.
What else should I...
Sfagnum
Votes: 0
Answers: 0