エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
指定行数毎に空白行を挿入する
MS Access Tips/Sample and VBA and Blog customize etc... よくある要望ですね。某知恵袋で下記のよう... MS Access Tips/Sample and VBA and Blog customize etc... よくある要望ですね。某知恵袋で下記のようなコードをみましたが、実はバグを含んでいます。 Option Compare Database Option Explicit Dim intCount As Integer Private Sub Report_Open(Cancel As Integer) intCount = 1 End Sub Private Sub 詳細_Print(Cancel As Integer, PrintCount As Integer) If intCount Mod 4 = 0 Then Me.NextRecord = False Me.PrintSection = False Me.MoveLayout = True End If intCount