BLOGS BY TOPIC▼
BLOGS BY AUTHOR▼
BLOGS BY YEAR▼
Wise Owl blogs written by Andrew Gould (page 1 of 4)
Showing blogs 1-20 (out of 67)
Posted by Andrew Gould on 31 January 2022
Have you played Wordle yet? You should, it's great! We're a bit obsessed with it at Wise Owl so Andrew, Andy and Sam have all been working their own versions of the game in VBA, Python and Power BI(!) respectively. Check out this quick intro to Andrew's VBA version.
Power BI Reports vs. Paginated Reports
Posted by Andrew Gould on 19 July 2021
Confused about the difference between Power BI Reports and Power BI Paginated Reports? Allow this blog to clear up the confusion!
Wise Owl Andrew Gould shares photos of wildlife taken on lockdown walks
Posted by Andrew Gould on 26 September 2020
Lockdown has forced many of us to look for wildlife closer to home - Andrew Gould has been impressed at what he's been able to see, as these photos show.
Posted by Andrew Gould on 19 August 2019
Lots of our training material uses examples related to movies but did you know that Wise Owl has several tenuous connections to famous films?
Getting Started with Power BI Report Server
Posted by Andrew Gould on 19 March 2019
Power BI encourages you to publish reports to an online service so that you can share your beautiful reports with the world. If you'd rather keep them a secret you can use Power BI Report Server to deploy your reports to an on-premises server, as this blog series shows you.
Disabling Screen Updates in Excel VBA
Posted by Andrew Gould on 26 November 2015
You can give your VBA code a performance boost by simply turning off screen updating while your code runs. This blog explains how to achieve this and how to create a basic timer to test the results.
Installing the Microsoft Date and Time Picker for VBA
Posted by Andrew Gould on 24 February 2015
Some versions of Windows don't include the very useful Date and Time Picker control. This blog explains how to install the mscomct2.ocx file to get it back!
Posted by Andrew Gould on 31 October 2014
This blog serves as the main index for our complete tutorial on programming in Visual C#. You'll find links to all of the articles, videos and files that you'll need to follow the tutorial.
Posted by Andrew Gould on 09 June 2014
Using the Pivot operator in SQL Server allows you to create basic pivot tables from your query results. This blog teaches you how to create simple, static pivots, crosstab-style tables and exciting, dynamic pivot tables.
Flappy Bird in Excel VBA Part 13 - Playing Sounds
Posted by Andrew Gould on 24 April 2014
This part of the tutorial explains how to add sounds to the game using a Windows API function.
Flappy Bird in Excel VBA Part 12 - Managing Game State
Posted by Andrew Gould on 24 April 2014
This part of the tutorial implements a state system to make it easier to determine what actions to perform each time the game updates.
Flappy Bird in Excel VBA Part 11 - Detecting Collisions
Posted by Andrew Gould on 24 April 2014
In this part of the tutorial you'll learn how to make the game detect collisions between the bird and the obstacles.
Flappy Bird in Excel VBA Part 10 - Creating Obstacles
Posted by Andrew Gould on 24 April 2014
This part of the tutorial shows you how to add obstacles to the game and how to make them move across the screen.
Flappy Bird in Excel VBA Part 9 - Creating the Game Sheet
Posted by Andrew Gould on 24 April 2014
This part of the tutorial explains how to generate a game worksheet using code to define the playing area.
Flappy Bird in Excel VBA Part 8 - Using Class Modules
Posted by Andrew Gould on 24 April 2014
This part of the tutorial introduces the concept of class modules and shows you how to use them to organise your code.
Flappy Bird in Excel VBA Part 7 - Creating Sprites
Posted by Andrew Gould on 11 April 2014
This part of the tutorial describes how to draw simple images using a worksheet as the canvas. You'll also see how to include the images in the game.
Flappy Bird in Excel VBA Part 6 - Detecting Player Input
Posted by Andrew Gould on 11 April 2014
This part of the tutorial describes how to respond to keys pressed by the player. You'll learn about the Application.OnKey method and the GetAsyncKeyState Windows API function.
Flappy Bird in Excel VBA Part 5 - Starting and Ending the Game
Posted by Andrew Gould on 11 April 2014
This part of the tutorial adds a basic menu system with ActiveX command buttons to start and stop the game.
Flappy Bird in Excel VBA Part 4 - The Game Timing Loop
Posted by Andrew Gould on 11 April 2014
This part of the tutorial describes how to set up a timing loop which allows the game to update continuously.
Flappy Bird in Excel VBA Part 3 - Windows API Functions
Posted by Andrew Gould on 11 April 2014
This part of the tutorial describes how to make use of Windows API functions to extend the power of Excel VBA.
Hi. Did you figure out the flickering FlappyBirds problem?
I'm afraid that I didn't! I spent a little time investigating and then simply decided that Excel is a terrible choice for a game engine and moved on to XNA, GameMaker then Unity!
I work on a database to compare congressman's, work district and other information. Some table row has data that needs lines
I am not a coder, but with all the help you have given me with your video. I have built a database one. People who have some of it thank its great. That it would be useful.
Thanks you all your help
Hi Henry,
If you want to provide any kind of formatting for your users you really need to be using some form of reporting tool. This could be Excel, Reporting Services, Power BI or a number of other tools. Anything but SQL Server Management Studio!
I am trying to build a SQL data base. Who do I enter line of data in a tablein the the data base.Please help me
thank H Randolph
Hi Henry, we have a video which explains how to design and build a simple database (including how to enter data into tables) here
https://www.wiseowl.co.uk/videos/sql2016/design-relational-database.htm
I hope that helps!