All Questions
21 questions
1
vote
0
answers
23
views
Name of a label that is clicked in Access VBA
I have many labels in the form and I want to do an activity after I click on the label such as changing the Capture of the label or the font color of the clicked labels being red, etc.
Is there a way ...
2
votes
1
answer
2k
views
Adding a Label and caption to a matrix
Using LaTeX, I am trying to add a caption to my matrix, something like this;
I don't want to add it as a table and when I add a caption it gives an error, \caption outside float, probably because I ...
0
votes
1
answer
644
views
VBA Label.Caption not updating on UserForm
I've wasted a day trying all the possible solutions ive found on the internet so far and i give up xD
Im hoping someone far more proficient in Excel would be able to help me.
Basically, what im ...
0
votes
1
answer
183
views
how to reduce space between Figure legend and actual image in R Markdown
I am using the following command to include images in my R Markdown.
{width=90%}
However, it adds a lot of space between the actual image and its legend/...
0
votes
1
answer
420
views
Find The Row on Label Caption
I have a UserForm with a label ID. I need to find and modify the row only if the first column of the row is equal to the label Id caption of the form.
When I press the button nothing happens to the ...
0
votes
0
answers
495
views
Excel macro unable to set Label Caption
I have the follow macro for a button click. When I run it, I hit a snag at the Label caption line with an 'object required' error. The names of the objects are correct.
Sub Button1_Click()
Dim ...
2
votes
1
answer
437
views
How to assign (display) Unicode UTF-32 (Miscellaneous Symbols and Pictographs) to TLabel.Caption?
I want to display 📍 (U+1F4CD - round pushpin) in a TLabel caption (lblLocation) displaying something like : "📍 Pretoria, South Africa", but I keep getting a weird block-like thing instead.
I have ...
1
vote
2
answers
4k
views
Image numbering depending on the partition number in which the image is displayed
How can I make captions under images in Fig. 1.1:, Fig. 1.2:, Fig. 2.1:, Fig. 2.2: depending on the section number and not just sequentially from 1 for all images in the article
For example code:
\...
0
votes
1
answer
139
views
How to put the VBA code contained in code module in sheet module
I have a button in the "code module" which runs a request. Next to the Button is a label included which shows a check mark a soon as the button has finished running.
The button code is in the code ...
1
vote
3
answers
14k
views
Excel VBA - Get the values of UserForm Label Caption Property
I have a UserForm with labels and textboxes. I want to loop through the Lables, get the value of their Caption property and enter that value as my column headers.
Here is a snip of my code:
Dim ...
-1
votes
1
answer
483
views
Label Caption When Open Dialog [duplicate]
I'm still a beginner using Delphi 7
When I load a VPN config file using TOpenDialog, I put the FileName in a TLabel, but its Caption displays the complete file path, eg:
D:\ConfigVPN\sample.ovpn
How ...
0
votes
1
answer
704
views
Label caption to spinbutton value
I have a problem with loading of value from label caption to spinbutton value and back. I have some data from report, but I need only 6-8 hours from the report, so I made form, where i want to set ...
0
votes
2
answers
2k
views
Loop Label names in userform picking text from worksheet range
I have 27 labels (ex - label 500 to 526) in userform and each label has to pick the name from a range (sheet1- range b4 to b30). If the label name is empty respective text box (textbox 500 to 526) ...
6
votes
1
answer
4k
views
Neo4j - set node captions to labels in web interface
When I created my graph database in Neo4j, I thought the node label was the same thing as what the node caption would be in the web browser visualizer. Instead, the node captions are set to the first ...
0
votes
2
answers
2k
views
VBA: Multiple Userforms Referencing Same Code
I have a VBA code that takes user inputs (criteria) via a userform, creates a list of items that meet said criteria, and randomly outputs one of the list items via message box.
I want to create a ...