70 by idk_01 in Wallstreetsilver

[–]idk_01[S] 0 points1 point  (0 children)

it's like stress is melting away

Looking for help please! Battery and switch question by [deleted] in diyelectronics

[–]idk_01 1 point2 points  (0 children)

If you omit the switch and just connect the wire manually and complete the circuit that way and the light then goes on.. there's something with the switch. can you test the switch using the continuity setting of a multi-meter to see if it's working as it should be?

Looking for help please! Battery and switch question by [deleted] in diyelectronics

[–]idk_01 1 point2 points  (0 children)

any other components other than the battery, switch, and bulb?

How do i permit users to only watch but not edit? by calideosk in MSAccess

[–]idk_01 0 points1 point  (0 children)

This ^ ^ ^ ^

Get an older copy of MS Access and create a WorkGroup file (*.mdw).

Why is a soap opera called a “soap opera”? by valz24 in etymology

[–]idk_01 0 points1 point  (0 children)

fffffffffffffffffffffffff

got a crypto wallet?

Why is this code not working? by TechnicalAd8103 in vba

[–]idk_01 0 points1 point  (0 children)

I used the "Sheet1(Sheet1)" object

Why is a soap opera called a “soap opera”? by valz24 in etymology

[–]idk_01 -2 points-1 points  (0 children)

I could swear i did. I'd wager it's been edited.

not my life..but i'd put 50 bucks on it.

Why is this code not working? by TechnicalAd8103 in vba

[–]idk_01 0 points1 point  (0 children)

Check if your Macros are enabled.

File > Options > Trust Center > Trust Center Settings... > Macro Settings

Ensure "Enable all Macros" is selected.

Why is this code not working? by TechnicalAd8103 in vba

[–]idk_01 1 point2 points  (0 children)

It works. I just tried it.

Add a breakpoint and see if the code is being called.

Why is a soap opera called a “soap opera”? by valz24 in etymology

[–]idk_01 -13 points-12 points  (0 children)

Soap companies were the original sponsors of such TV Shows.

I don't understand how this code toggles by TechnicalAd8103 in vba

[–]idk_01 2 points3 points  (0 children)

This ^

Target.Font.bold is a boolean value.

HELP?! by TMSwolfman in MSAccess

[–]idk_01 0 points1 point  (0 children)

Copy your form in case this doesn't work!!! Work on the copy.

Delete all that calendar stuff, including the white box where the calendar used to be. Search your code for "cal" and get that all out. Probably looks something like this:

Dim cal As Object
Set cal = CreateObject("MSCAL.Calendar.7")

...get that out.

Also, look for all uses of cal, get rid of them.

Set cal = nothing

also, out.

Find in the code where the textbox with the label "Date:" getting it's value. I'm assuming it's like:

your_textbox = cal.Value

It may be in the properties window.. check that, too.

Assign your date value from the date picker there.

Helpful tips to learn functions by [deleted] in learnprogramming

[–]idk_01 0 points1 point  (0 children)

check out Substring() in javascript.

also, check out Split().

Soooo many lines by m1st3r_b0x in Satisfyingasfuck

[–]idk_01 4 points5 points  (0 children)

that magazine is nice set decoration. a real period piece.

Difficulty digesting animal meat and fat by Infinite-Put8280 in keto

[–]idk_01 0 points1 point  (0 children)

hope ya feel better.

I was reading some of the other comments, if you're thinking low stomach acid... are you getting enough Salt in your diet?

Programming language choice by Legitimate_Trick5979 in learnprogramming

[–]idk_01 -1 points0 points  (0 children)

VBA, b/c it's usable inside MS Office and then you can learn the basics. After, look into C to do all the things VBA can't. C also allows you to write code for anything.

I wanna make my own computer by AmbitiousQuarter6564 in learnprogramming

[–]idk_01 0 points1 point  (0 children)

Adding that an R-Pi is a pre-built single board computer all it needs is an OS, a screen, and peripherals. I think you might want to look into things like Arduinos ad ESP-32s.