Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
113 views

I am working on a simple quiz program that consists of multiple questions. A snapshot of it looks like the following: with dpg.window(label="Quiz Window", pos=(150, 0), width=500, height=300,...
Ice's user avatar
  • 190
0 votes
1 answer
92 views

I am trying to have a user input two cells by clicking on them, then applying the cell values not the actual values into the formula so it'll work on every row until the end of the sheet. Right now ...
MisterBeans's user avatar
-1 votes
1 answer
113 views

I have just started with pygame and I wanna make two working input boxes, were you can write, delete, send (with the send key) and edit (just by re-clicking the input box). P.S. Please don't make very ...
Marco's user avatar
  • 7
0 votes
1 answer
68 views

This code allows the user to group shapes in a selected range and name the group with a unique name. It uses 2 InputBoxes: "1/2 Select Shape Range" "2/2 Enter Group Name" Bug: If ...
user23636411's user avatar
0 votes
1 answer
142 views

This code allows you to add 2 shapes "oval" to a selected cell range and rename the shapes. It uses 3 InputBoxes: "1/3 Select Shape Range" "2/3 Enter Shape Name shp1" &...
user23636411's user avatar
1 vote
1 answer
632 views

I am writing a batch script to open a series of MessageBox and InputBox windows. The program works well when it is first launched and the users are able to interact with the windows, but if they click ...
Desecreight's user avatar
0 votes
0 answers
74 views

I have strings I need to process that are greater than 50,000 characters. So, I can not paste these into a cell. So, I am trying to use an inputBox to bypass this limitation. But I get Error resuming ...
Einarr's user avatar
  • 350
0 votes
1 answer
159 views

I am new to VBA and trying to create a macro in VBA based on the following. XLookup to count columns going backwards instead of a Vlookup. Once the formula finds the cell, then I would like to replace ...
Jeannine's user avatar
0 votes
0 answers
48 views

I have an excel sheet with a large amount of data (rows and columns) I am trying to write a VBA code that will open an input box that takes a column category and makes it into a category on a pivot ...
James Tesarek's user avatar
2 votes
1 answer
158 views

I was making the number baseball game with javascript. I got the random 3 numbers in my console based on the code I wrote. And I want to use the function play for comparing the randomIndexArray which ...
camilla's user avatar
  • 21
0 votes
2 answers
115 views

I want to make a Macro-Button, when you press it, a InputBox pops up and you can choose a cell. At that cell a shape should be placed. I have the following code: Sub TrialwithDate() Dim rng As Range ...
INeedHelpWithVbaPlease's user avatar
1 vote
1 answer
68 views

I use the macro below, created by Macropod, to run through all files in a designated folder to search for desired words. How could the search terms be entered via an InputBox rather than manually ...
Luke's user avatar
  • 37
0 votes
1 answer
122 views

I have a Blazor WebAssembly app that contains an InputBox with options. When the is loaded for the first time, nothing is selected and shows "Please select an option" followed by the ...
Sakis Siklarlis's user avatar
0 votes
1 answer
120 views

I want to get the name of the worksheet I selected. I tried this code from ChatGPT. Sub GetSelectedWorksheetName() Dim selectedSheet As Worksheet Dim selectedSheetName As String On ...
Makubexho PC's user avatar
0 votes
1 answer
406 views

I have a workbook with multiple sheets in a master roster book which are named based on a roster cycle number. Each roster cycle will have varying named sheets with a common number to designate the ...
BigSteveo's user avatar
0 votes
1 answer
746 views

I have a code in VBA, where with help of inputBox method user is able to select a cell, a range. But I need to have an inputBox where user is able to select multiple cell ranges, ( not with help of ...
xlmaster's user avatar
  • 741
0 votes
1 answer
94 views

I have an update form. When a button is clicked, a Yes or No message box pops up asking the user to verify the delivery date. Upon clicking No, an InputBox appears to enter the appropriate date. I am ...
Vincent's user avatar
0 votes
1 answer
221 views

I want to ask the user for a number, add that number to the value in the active cell, then place the result in a cell that is three rows up and two columns right of the active cell. Sub AddNumbersB() ...
biubiubiu5233's user avatar
0 votes
1 answer
94 views

I want to read multiple Excel files and insert a value in any cell declared in the code. This code inserts the data in the workbook: Sub InsertValueInCell() Range("C3").Value = _ InputBox(...
hamzafj's user avatar
1 vote
0 answers
223 views

The line graph with the dropdown button can select the data by different district to show. However, I would like to add the text on the left-bottom corner of the plot to show the value (input_df5), ...
jaspercheng's user avatar
1 vote
6 answers
198 views

First I selected "Yes" to the question "Change Worksheet Name?". Then the message "Type new Worksheet Name" appears. Instead of typing in a new name and selecting "...
JasperX99's user avatar
0 votes
1 answer
77 views

Just need some help. I want to delete multiple sheets using their partial name that I will enter in the input box. Is there any code that I can add multiple partial names in input box so they will be ...
Elaine Perez Canlas's user avatar
0 votes
1 answer
1k views

I have the next table header1 header2 header3 v x v x v x x x v v v x v x I want to replace "x" for another value for each column, for example "true" for 1st column, "false&...
danny's user avatar
  • 67
0 votes
1 answer
109 views

`In a Powershell project - small GUI with Winforms - I need a passwordbox. I wrote a test-function but cannot manage to get the correct output ... I only get "Cancel" I get the same result ...
Bernd's user avatar
  • 23
0 votes
1 answer
118 views

So I have a spreadsheet with a bunch of sheets that list names in the first column. On one sheet, the Input sheet, I have a command button that opens a Sub that prompts the user to perform a search of ...
codeEnthusiast's user avatar
-1 votes
1 answer
195 views

I'm trying to get value from my alert in Ionic framework application. I made application and when i click the button, alert(prompt) which i can input string appears. Even i type string in the ...
최윤섭's user avatar
1 vote
1 answer
195 views

Hello :) what I want to do is to have a Master document (PowerPoint) to use as template and personalize with graphics that are in another PowerPoint presentation. The master document on the code is &...
Cátia Moreira's user avatar
1 vote
1 answer
886 views

This my Input field: <div class="col-md-4 form-group"> <label class="form-label fw-bold text-muted" >Em Code</label> <div class="input-group"&...
Wakil Ahmed's user avatar
  • 1,467
0 votes
1 answer
82 views

Very new to VBA and I have a workbook with both values and free text survey responses. I'm trying to cut the Free Response Text columns to their own sheet in my workbook. The columns this free text ...
Jessica Walker's user avatar
2 votes
2 answers
96 views

I have a spreadsheet with over 10000 rows. I need to search it using InputBox (UPC field, input is from a barcode scanner). I need to copy the row of the found cell, and paste it to another sheet. ...
Medwards's user avatar
0 votes
2 answers
681 views

I'm using an input box to retrieve QR-codes from reader. Unfortunately, the parameters in the QR-code are separated by group separator characters (decimal ASCII code 29) and these characters are being ...
Thomas's user avatar
  • 23
0 votes
1 answer
600 views

I have an InputBox where the user will type in the current month in the format of first three characters + Sale (e.g. JunSale). I want to return this into a specific cell. This cell already has stuff ...
min's user avatar
  • 5
0 votes
1 answer
40 views

I am trying to use two separate inputboxes to return values to use in my file name, the formatting of the file name has to be very specific because it is an upload file. I need the year and the month ...
Jamie Walker's user avatar
-1 votes
1 answer
911 views

I've recently made a MCQ test module that will help in preparing test papers with random questions from the question bank and conduct test and calculate the marks. All of it has been coded and ...
Sod's user avatar
  • 3
2 votes
1 answer
637 views

I'm starting to learn jQuery. But I can't find the solution to this "simple" problem? When I choose a "label" in my autocomplete inputbox, it eventually displays the "value&...
Mike De Greef's user avatar
0 votes
0 answers
1k views

I am trying to put together what I had hoped would be a simple macro that would take a string of text with 4 different values that need to change between lines, but I am having a hard time getting the ...
CKelemen's user avatar
1 vote
1 answer
400 views

I’m trying to create a series of input boxes that will prompt for more information before executing the rest of the code. I’m stuck on the looping aspect. The first input box is for a start date. ...
aubskabob's user avatar
0 votes
1 answer
24 views

I have a large Access table. I have a query entitled qry_ExtractYear which I would like to have the criteria modified by the user and the the results exported. I have the code here which works but I ...
Doug418's user avatar
-2 votes
1 answer
1k views

When using a InputBox I can add a default value for the text field. Like this: inputbox('value Enter', 'enter a value', 'default value'); Unfortunately, the cancel button can not be used properly. ...
Codrut's user avatar
  • 362
0 votes
1 answer
693 views

I have a macro created which does the following: Asks for a value to be entered in an Input Box Then searches for this value in all Workbooks in a specific folder Returns (copies) specific cells from ...
GEO81's user avatar
  • 1
0 votes
0 answers
232 views

I am using InputBox in Excel to get a simple yes or no answer from the user which I will later use for a formula to give extra information. InputBox (actually 9 in succesion) is activated when clicked ...
Henry R's user avatar
  • 33
1 vote
2 answers
4k views

How do I make an input box readonly conditionally? I have a state value I want to check and if it is empty, I want the input box prop of readonly to be added to the input box. This is my ...
unizen's user avatar
  • 61
1 vote
1 answer
778 views

I wrote a batch script in which an InputBox is required, first of all this is the code line: powershell -Command "& {Add-Type -AssemblyName Microsoft.VisualBasic; [Microsoft.VisualBasic....
user avatar
0 votes
1 answer
70 views

I watched this video on YouTube and it really helped me a lot, now I have to improve that code. So in the code where is the line for pasting the values I have to set inputbox or something else, to let ...
Luka Strbac's user avatar
1 vote
3 answers
758 views

I was reading a post by another where the need for a Global declaration wasn't needed. I have a Sub asking for the user to enter a value, in another Sub I use the entered value to Call other Subs ...
Paxton's user avatar
  • 13
0 votes
0 answers
151 views

I am trying to send value to an input box but no matter what I have tried, it does not work. I have tried the following ways with the HTML code embedded in this link: time.sleep(3) request_title = ...
ejbeh's user avatar
  • 17
0 votes
2 answers
425 views

I am having 2 issues with my code. First issue: I cant get it to save as the oriTitle when I am running the macro for the second time and answer with no to the question if I wanted to change the title....
Jens1411's user avatar
0 votes
2 answers
352 views

here is what I am trying to do: The file is supposed to save itself according to the user's input and even if there is an input at all. Meaning, if a user has not made any inputs yet, the IF-Statement ...
Jens1411's user avatar
0 votes
4 answers
942 views

I have a trivial problem. I need to easily get each range parameter as a variable in msgbox. i can try to get this target using mid or left from range.adress, but the range can be variable, I have to ...
mokko kolo's user avatar
0 votes
0 answers
41 views

Dim WB As Workbook Dim URL As Variant Dim Sh As Worksheet Dim WB1 As Workbook Dim i As Integer Dim LR As Long Dim stext As String ThisWorkbook.Activate Set WB = ...
user avatar

1
2 3 4 5
10