Exce VBAのユーザーフォームにWebView2を実装するプロジェクト - Qiita

やばいです。ブレイクスルーです。 IEサポート終了の話が出てから、Excel VBA開発者たちの中では 「モダンブラウザをVBAから如何に制御するか?」は大きな課題となっています。 昨今のスタンダードはSelenium VBAによる外部ブラウザの制御かと思いますが、 この度...

Qiita

This was a great exercise for me. I've never done VBA in Word before. I'm probably going to automate a bunch more of the laborous actions I need to do in Word frequently.

#vba #word #msWord #msOffice #scripting

In Word I do this a lot with images:

1. Set wrapping to top/bottom
2. Make image equal body width
3. Set image to follow text
4. Set image below text
5. Turn off allow overlap
6. Lock anchor

I finally decided to write some vba to do this:

https://pastebin.com/a2gGS6VS

It should work with any number of selected objects.

If you add this to the "Normal" template you can access it in any Word document. I also added it as a button in Word's toolbar. #vba #word #msWord #msOffice #scripting

setShapeWrapToTopBottomAndLockAnchorAndMoveWithText - Pastebin.com

Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Pastebin

The special discount for the DynaPDF 5 Introduction ends 15th March 2026.

If you need a new license, an update or an upgrade to a higher tier, please use it.

For #FileMaker, #Xojo, C/C++, C#, #Delphi, #Lazarus, #PHP, Visual Basic, #VBA, and VB .Net.

https://www.mbsplugins.de/archive/2026-02-19/DynaPDF_5_Introduction/monkeybreadsoftware_blog_archive

DynaPDF 5 Introduction

Je viens de publier une formation complète VBA pour Excel sur GitHub.

📚 23 chapitres du niveau débutant à avancé
⚙️ macros, automation, objets Excel, UserForms
💡 projets pratiques inclus
➡️ https://github.com/NDXDeveloper/formation-complete-vba-excel

#VBA #Excel #OpenSource

CW: # TechRant # DevLife
My current job sucks. I do a job for 3 people, write a tool to analyse contracts in the health industry with Python and SQL, and some algorithm like #PSM. My chef thinks it's like writing a bit of #VBA code.
プログラミングを15年やって、一番大事なのはプログラミングじゃないと気づいた - Qiita

この記事は「プログラミングに興味があるけど自分には無理そう」と思っている人にも、 バイブコーディングを使い始めたエンジニアにも、読んでもらいたい内容です。 自己紹介のかわりに 私は45歳で、プログラミングを学校で習ったことは一度もありません。 30歳のとき「この繰り返...

Qiita

Excelで画像をドット絵にしてみた話 #VBA - Qiita
https://qiita.com/hetare001/items/bd1c8c748dbd88d0d565

さばんちゃんかよ

Excelで画像をドット絵にしてみた話 - Qiita

はじめに Excelで画像を扱うことはあっても、 「ピクセル単位で処理する」ことは、普通はやりません。 ──やらなくていいからです。 ただ、ある日ふと、 セルを極小にして、 1セル=1ピクセルとして扱えば、 Excelでもドット絵っぽいことができるのでは? と思ってしまい...

Qiita