-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to use VBA to filter some information in excel. As I have an excel with 20 columns, now want to use AutoFilter function to search in some columns if it contains one value (Ex: ID010). what i want is it'll display all rows that have at least one column contains ID010.
Currently, i use the below…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have to execute an Oracle stored
procedure from vba (Excel) with around 38 input parameters. The
stored procedure will insert some
values in the destination table once that is executed. When it is executed through VBA the number of fields which is inserted is less
than when it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an excel sheet that contains two rectangles and text in other cells.
I need to allow users to only edit the text in the rectangle. They should not be able to change the size of the object.
Applying lock on the rectangle locks the object as well as the text.
Does anyone know how I can achieve…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am looking for a way to capture a click on a standard toolbar tool in Excel with VBA. The primary need is to capture any Copy, Cut, and Paste request by the user. I can capture the hot keys for these functions, but I can't find a way to capture the same functions when the user clicks on the icon…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some "clever" users who have written an excel spreadsheet that automates some of their tasks on our intranet/timesheet. It seems as if the instance of Internet Explorer that is created is not doing everything I expect a browser to do, e.g. set cookies. Is there a way to detect if a user is…
>>> More